Giter Club home page Giter Club logo

symmetrickeymanagement's Introduction

SymmetricKeyManagement

First Step integrates wolfssl and the project to accomplish crypto operation

In this project we have used wolfssl for crypto operations such as encryption and key generation. To integrate wolfssl to the project, it is necessary to compile and integrate it properly. Following are the steps for integration.

  1. Download wolfssl-4.0.0.zip from the downloads page: https://www.wolfssl.com/download/
  2. Unzip and cd into wolfssl-4.0.0/ run configure and make using gcc -fPIC
  3. install the library
  4. compile gcc client.c -o client -fpie -rdynamic -I${WOLF_INSTALL_DIR}/include -L${WOLF_INSTALL_DIR}/lib -lwolfssl
  5. compile gcc server.c -o server -fpie -rdynamic -I${WOLF_INSTALL_DIR}/include -L${WOLF_INSTALL_DIR}/lib -lwolfssl
  6. Export the library path with command export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${WOLF_INSTALL_DIR}/lib" so the app can find the library at run time
  7. run the server.c and connect to it with the client.c which are compiled with -fpie -rdynamic

Second Step is to create a virtual network on ns-3 which represents LoraWan characterstics:

The scripts for creating the following ns-3 network located in LoraWanNs3 folder loraWan Virtual Network

To reflect Lora charectestics in terms of latency and bandwith as parameters. Please refer the following work,

We have used spreading factor 7 for urban and spreading factor 9 for rural settings.

Adelantado, Ferran, et al. "Understanding the limits of LoRaWAN." IEEE Communications magazine 55.9 (2017): 34-40.

symmetrickeymanagement's People

Contributors

fiu-awl avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.