No description
Find a file
2017-05-28 02:23:53 +02:00
.gitignore add gitignore 2017-05-26 22:14:48 +02:00
client.py add timeout as float 2017-05-27 21:05:18 +02:00
drm_example.c add examples 2017-05-26 13:50:32 +02:00
Makefile remove unecessary net parsing and add optimization flags 2017-05-27 20:48:04 +02:00
net_iface.hpp port things to OO 2017-05-26 22:41:14 +02:00
net_socket.cpp remove unecessary net parsing and add optimization flags 2017-05-27 20:48:04 +02:00
net_socket.hpp refactor things 2017-05-26 22:14:42 +02:00
pingxelflut.cpp name my threads 2017-05-27 19:13:24 +02:00
raw_ethernet.c add examples 2017-05-26 13:50:32 +02:00
README.md README.md: add route config 2017-05-28 02:23:53 +02:00
screen_iface.hpp port things to OO 2017-05-26 22:41:14 +02:00
screen_sdl.cpp drop out-of-bound pixels 2017-05-27 20:28:50 +02:00
screen_sdl.hpp port things to OO 2017-05-26 22:41:14 +02:00
types.hpp fix net parsing add verbose printing to pingxelflut 2017-05-26 20:37:49 +02:00

build with: g++ -std=c++11 pingxelflut.cpp net_socket.cpp -lpthread -o pingxelflut

ip route add local 2001:67c:20a1🔢:/64 dev lo