You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/contrib/node-monitor
Ryan Tharp fd20b33064
Update README.md
5 years ago
..
README.md Update README.md 5 years ago
ini.js Minor warnings fixes in python/javascript code 5 years ago
lokinet.js Minor warnings fixes in python/javascript code 5 years ago
monitor_client.js Minor warnings fixes in python/javascript code 5 years ago
package-lock.json lokinet monitor 5 years ago
package.json lokinet monitor 5 years ago

README.md

Building / Running

after building lokinet

cd contrib/node-monitor
npm install
sudo node monitor_client.js

and wait 30 minutes for final score

Scoring

Lokinet gets a point for everything it does correctly.

Currently:

  • succesful ping to snode (1 per second after a snode is discovered)
  • session with snode established
  • got a router from exploration
  • Handling DHT S or R message
  • a path is built
  • obtained an exit via
  • granted exit
  • IntroSet publish confirmed
  • utp.session.sendq. has a min zero count (no blocked buffers on routers)