Changes

Line 1: Line 1:  
==Summary==
 
==Summary==
   −
'''JSON-RPC''' is a remote procedure call protocol encoded in JSON. It is a very simple protocol (and very similar to XML-RPC), defining only a few data types and commands. JSON-RPC allows for notifications (data sent to the server that does not require a response) and for multiple calls to be sent to the server which may be answered out of order. This is a guide on how to use JSON-RPC on RUT230, RUT240, RUT850, RUT950 and RUT955 routers.
+
'''JSON-RPC''' is a remote procedure call protocol encoded in JSON. It is a very simple protocol (and very similar to XML-RPC), defining only a few data types and commands. JSON-RPC allows for notifications (data sent to the server that does not require a response) and for multiple calls to be sent to the server which may be answered out of order.
 +
 
 +
This chapter is a guide on how to use JSON-RPC on RUT routers.
    
==Enabling JSON-RPC==
 
==Enabling JSON-RPC==

Navigation menu