ogserver/sources
OpenGnSys Support Team 7b6fcdbc62 #915 add clients command to REST API in ogAdmServer
Request for existing clients:

	curl -X GET http://127.0.0.1:8888/clients

Request:
	GET /clients
Reply:
	200 OK
	{"clients": [ { "addr" : "192.168.2.1", "state" : "OPG" }, { "addr" : "192.168.2.2", "state" : "OFF" }]}
2019-05-27 13:02:45 +02:00
..
ogAdmServer.cpp #915 add clients command to REST API in ogAdmServer 2019-05-27 13:02:45 +02:00
ogAdmServer.h #897 Do not use socket type in ogAdmServer 2019-02-06 14:49:04 +01:00