1
0
mirror of https://github.com/PurpleI2P/i2pd-tools synced 2025-01-11 15:27:59 +00:00
i2pd-tools/websocket-ui
2016-11-01 10:56:35 -04:00
..
.gitignore add websocket ui 2016-10-20 10:02:25 -04:00
index.html add connector dialog for websocket ui 2016-10-21 07:33:53 -04:00
leftpad.js add websocket ui 2016-10-20 10:02:25 -04:00
readme.md add readme for websocket ui directory 2016-11-01 10:56:35 -04:00
ui.js fix 2016-10-21 07:41:42 -04:00

i2pd websocket ui

requires building i2pd with websocket support

make WEBSOCKETS=1 

or

cd i2pd/build
cmake -DWITH_WEBSOCKETS=ON .