You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
aheneliu edited this page Dec 15, 2014
·
4 revisions
MIDAS client
A client in the MIDAS system is a term reserved for a piece of software that consumes the information provided by the nodes.
The clients communicates with the nodes (one or many) in the MIDAS framework by sending requests to nodes through the Dispatcher. The dispatcher implements the MIDAS RESTful JSON API, which means that the client can be written in any language that makes it possible to send and receive information using HTTP.