HAMcast developers

Changes between Initial Version and Version 1 of documentation/tools/monitoring/rest


Ignore:
Timestamp:
02/16/12 14:27:26 (12 years ago)
Author:
zagaria
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • documentation/tools/monitoring/rest

    v1 v1  
     1= RESTful interface =
     2
     3The components of the monitoring framework use a restful web interface to exchange data.
     4This section is a full documentation of the interface as well as codes examples, showcasing how the interface can be used and extended.
     5
     6== Concept ==
     7
     8Restful web service is a light weight remote procedure call (rpc) interface.