Go to file
HeshamTB 2b4d3bf7f5 sql_app: Implemented access list counter:
A counter is associated with every
	Iot Device. The counter is always increment
	when a user is allowed or disallowed to use
	the device, hence, ensuring coherency.
	It is also now exposed in the
	IotDoorPollingRequest schema, enabling the
	Iot Device to fetch the new access list.

Signed-off-by: HeshamTB <hishaminv@gmail.com>
2022-06-06 16:38:35 +03:00
aiocoap aicoap: a sample server for coap. scrapped however. 2022-03-22 22:21:58 +03:00
coap/coap-server1 remove binary files 2022-03-23 04:01:44 +03:00
mosquitto_broker mosquitto_broker: MQTT broker/client sample server. also scrapped. 2022-03-23 03:59:30 +03:00
sql_app sql_app: Implemented access list counter: 2022-06-06 16:38:35 +03:00
.gitignore gitignore: ignore IDE files 2022-03-23 04:02:32 +03:00
echo_server.py init: server workds with tls, needs database models 2022-03-03 14:42:02 +03:00
genssl.sh run-tls: change port to 4040 2022-05-23 21:09:03 +03:00
mkdb.sh init: server workds with tls, needs database models 2022-03-03 14:42:02 +03:00
reqs.txt jwt auth 2022-04-13 05:24:06 +03:00
run-tls run-tls: change port to 4040 2022-05-23 21:09:03 +03:00
schema.sql init: server workds with tls, needs database models 2022-03-03 14:42:02 +03:00
server.py init: server workds with tls, needs database models 2022-03-03 14:42:02 +03:00