Skip to content

"Cliffs of Dover Rest Server" is a tool designed to transfer a data from NamedMemory into Arduino based controller thru HTTP Rest API.

License

Notifications You must be signed in to change notification settings

NexSabre/clod-rest-server

Repository files navigation

CLOD Rest Server

"Cliffs of Dover Rest Server" is a tool designed to transfer a data from NamedMemory into Arduino based controller thru HTTP Rest API.

How to run a project

Run clod-rest-server.exe. Information shall be available on localhost:5000/planeinformation.

How information on REST API looks like

GET on localhost:5000 shall return:

{
"version":"0.1",
"planeInformation":{
    "i_EngineRPM":null,
    "i_EngineManPress":0,
    "i_EngineBoostPress":0,
    "i_EngineWatPress":0,
    "i_EngineOilPress":0,
    "i_EngineFuelPress":0,
    "i_EngineWatTemp":0,
    "i_EngineRadTemp":0,
    "i_EngineOilTemp":0,
    "i_EngineOilRadiatorTemp":0,
    "i_EngineTemperature":0,
    "i_EngineCarbTemp":0
    }
}

NOTE: All this schema will be changed in the future, also version 0.1 will be constant thru entire development process. It will be changed after adding all data.

About

"Cliffs of Dover Rest Server" is a tool designed to transfer a data from NamedMemory into Arduino based controller thru HTTP Rest API.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages