Separate out JSON store from controller code.

This commit is contained in:
Adam Ierymenko 2016-11-03 14:17:46 -07:00
parent 8ffae313fd
commit 3c00cd0f88
3 changed files with 235 additions and 0 deletions

View file

@ -1,5 +1,6 @@
OBJS=\
controller/EmbeddedNetworkController.o \
controller/JSONDB.o \
node/C25519.o \
node/Capability.o \
node/CertificateOfMembership.o \