Socket server test

Committer:
Colin Hogben
Date:
Tue Aug 23 21:01:49 2016 +0100
Revision:
3:08665ba37ee9
Parent:
2:e559b501f866
Child:
4:19dd8a25cc8a
Add config for MEMP_NUM_NETCONN

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Colin Hogben 1:061bf1782d35 1 {
Colin Hogben 1:061bf1782d35 2 "config": {
infinnovation 2:e559b501f866 3 "srv_port": {
infinnovation 2:e559b501f866 4 "help": "Port for socket server",
infinnovation 2:e559b501f866 5 "value": 7,
infinnovation 2:e559b501f866 6 "macro_name": "SRV_PORT"
Colin Hogben 3:08665ba37ee9 7 },
Colin Hogben 3:08665ba37ee9 8 "num_netconn": {
Colin Hogben 3:08665ba37ee9 9 "help": "Number of sockets",
Colin Hogben 3:08665ba37ee9 10 "value": 16,
Colin Hogben 3:08665ba37ee9 11 "macro_name": "MEMP_NUM_NETCONN"
infinnovation 2:e559b501f866 12 }
Colin Hogben 1:061bf1782d35 13 }
Colin Hogben 1:061bf1782d35 14 }