IsOutside boolean added to config and insertData. Readme updated

This commit is contained in:
2017-08-27 22:04:17 +02:00
parent 27ed59b52f
commit 18c7d610b9
8 changed files with 32 additions and 10 deletions

View File

@@ -4,6 +4,7 @@
typedef struct sensornode {
char ip[50];
int isoutside; //Inside = 0; outside = 1
struct sensornode *next;
} sensornode;