1. INSTALL
   run  edsclient_install.sh

2. config file parameters
   AppName: current application id name
   DeviceId: current device id name
   Key: current application key
   Secret: current key secret
   EdsProxyUrl: eds proxy end point 
   Logging: logging level DEBUG / ERROR

3. Example EDS SDK Client API

Request
curl --header "Content-Type: application/json" --request POST --data '{"deviceId":"<11:22:33:00:0A:66>","serviceid":"app1","clientkey":"<12345>","clientsecret":"<123456>"}' http://127.0.0.2:4443/edsclient


Response
{"serviceid": "app1", "servicetype": "computervision", "serviceaccesspoint": [{"url": "127.0.0.4", "protocol": "wss", "port": "443"}, {"url": "127.0.0.5", "protocol": "rtsps", "port": "556"}]}

