Skip to content
/ iouyap Public
forked from hellt/iouyap

Bridge IOU to UDP, TAP and Ethernet.

License

Notifications You must be signed in to change notification settings

kaelemc/iouyap

 
 

Repository files navigation

iouyap

Bridge IOU to UDP, TAP and Ethernet. Please note that iouyap has been replaced by uBridge https://github.com/GNS3/ubridge

Installation on Linux (Debian based)

sudo apt-get install git bison flex

git clone http://github.com/ndevilla/iniparser.git
cd iniparser
make
sudo cp libiniparser.* /usr/lib/
sudo cp src/iniparser.h /usr/local/include
sudo cp src/dictionary.h /usr/local/include
cd ..

git clone https://github.com/GNS3/iouyap.git
cd iouyap
make
sudo make install

About

Bridge IOU to UDP, TAP and Ethernet.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 93.3%
  • Yacc 4.0%
  • Lex 1.7%
  • Makefile 1.0%