Skip to content

Commit

Permalink
better explained the admin socket
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb James DeLisle committed Feb 1, 2013
1 parent 6288282 commit 5252b3e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion admin/angel/cjdroute2.c
Expand Up @@ -176,7 +176,14 @@ static int genconf(struct Random* rand)
printf(" ],\n"
"\n"
" // Settings for administering and extracting information from your router.\n"
" // This interface provides functions which can be called through a TCP socket.\n"
" // This interface provides functions which can be called through a UDP socket.\n"
" // See admin/Readme.md for more information about the API and try:\n"
" // ./contrib/python/cexec 'functions'\n"
" // For a list of functions which can be called.\n"
" // For example: ./contrib/python/cexec 'memory()'\n"
" // will call a function which gets the core's current memory consumption.\n"
" // ./contrib/python/cjdnslog\n"
" // is a tool which uses this admin interface to get logs from cjdns.\n"
" \"admin\":\n"
" {\n"
" // Port to bind the admin RPC server to.\n"
Expand Down

0 comments on commit 5252b3e

Please sign in to comment.