Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yggdrasil

This project presents the code of Yggdrasil, a framework tool to develop distributed protocols and applications on wireless adhoc networks in linux based systems.

Inside there are two directories containing source code:

  • Yggdrasil-LowLevelLib : This contains code related to configuring a device using low level operations.

  • Yggdrasil: This contains code to develop protocols and applications and some examples.

Compiling

In order to compile Yggdrasil you need to have the following depencies installed:

  • libnl3
  • uuid
  • cmake

Cmake will generate a makefile to compile Yggdrasil and its applications. To do so use the following command:

  1. cmake .
  2. make

Inside Yggdrasil's project you can find examples on how to add and customize the compilation. These are present in the files CMakeList

About

Yggdrasil framework development repository.

Resources

Stars

1 star

Watchers

7 watching

Forks

Releases

Packages

Contributors

Languages