EMS EdgeModules

From RAD Studio
Jump to: navigation, search

Go Up to Extending the RAD Server Engine


EMS EdgeModule is an extension of the RAD Server Engine (EMS Server). An EMS EdgeModule can be included in a ThingPoint application, a stand-alone application that can be called from the RAD Server Engine (EMS Server) in response to a REST request from an RAD Server Client Application and that may include an EMS EdgeModule.

Main Characteristics

An EMS EdgeModule can:

  • Communicate with the RAD Server Engine (EMS Server) bilaterally through REST API calls.
    • An EMS EdgeModule is an application that can respond to requests from an EMS Server.
    • An EMS EdgeModule can make REST requests to the EMS Server.
  • Register the EMS EdgeModule and its resources in the EMS Server, providing the needed data for that.
  • An EMS EdgeModule runs only on Windows, OS X, and Linux target platforms.

Topics

See Also