Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 782 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 782 Bytes

Modified Antidote Library

This Antidote Library is modified to work on Castalia Simulator in order to be used in Wireless Body Area Simulation. The origianl Antidote library stack can be found at https://github.com/signove/antidote. The agent and manager applications made for Castalia can be found at https://github.com/conqlima/11073PhdApplication.

Quick installation

  • If you are using Ubuntu or another unix-like system you may want to install this prerequisite packages: sudo apt-get install autotools-dev libtool libdbus-1-dev libdbus-glib-1-dev libusb-1.0-0-dev automake

  • Download/clone this repository;

  • Go into the top-level directory;

  • Run the commands:

    ./autogen.sh

    ./configure

    make

    sudo make install