<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On May 10, 2012, at 4:55 AM, Markus Kittenberger wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><br><br><div class="gmail_quote">On Thu, May 10, 2012 at 5:09 AM, Hans-Christoph Steiner <span dir="ltr"><<a href="mailto:hans@guardianproject.info" target="_blank">hans@guardianproject.info</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; position: static; z-index: auto; ">
<br>
Ok, I just finished tracking down all of the information that I thought<br>
might be at all useful.  Mostly, I dug thru the txtinfo and httpinfo<br>
plugins.  I pushed my changes, so they're in olsrd.git now.<br>
<br>
Attached is an example dump from the current jsoninfo plugin from a mesh<br>
of four nodes, which I made by running this:<br>
<br>
curl <a href="http://localhost:9090/status/config/plugins/" target="_blank">http://localhost:9090/status/config/plugins/</a> > all.json<br>
<br>
* /status gives all of the data of things that change during runtime<br>
* /config is the complete olsrd_config struct output as JSON<br>
* /plugins is the complete plugins info from olsrd_config<br></blockquote><div>so these are all available commands?</div><div><br></div><div>or is it possible to just get the neighbour list for example ?</div></div></blockquote></div><br><div>The commands are similar to txtinfo, but not exactly the same:</div><div><br></div><div>/status (or really anything that is not matched, like txtinfo)</div><div><br></div><div>then these are included in /status:</div><div>  /neighbors (including 2-hop)</div><div>  /links</div><div>  /routes</div><div>  /hna</div><div>  /mid</div><div>  /topology</div><div>  /gateways</div><div>  /interfaces</div><div><br></div><div>then these are separate from /status</div><div>  /config</div><div>  /plugins</div><div>  /olsrd.conf (like txtinfo's /config, gives the conf file text)</div><div><br></div><div>.hc</div></body></html>