mbed Connector Interface simplification API on top of mbed-client
Fork of mbedConnectorInterfaceV3 by
NOTE:
This repo has been replaced with https://github.com/ARMmbed/mbedConnectorInterface. No further updates will occur with this repo. Please use the github repo instead. Thanks!
Diff: mbed-connector-interface/mbedConnectorInterface.h
- Revision:
- 49:c603a22495bb
- Parent:
- 33:1d0b855df5a5
- Child:
- 54:dfee8691c83a
--- a/mbed-connector-interface/mbedConnectorInterface.h Mon Jun 20 20:09:44 2016 +0000 +++ b/mbed-connector-interface/mbedConnectorInterface.h Thu Jun 23 22:26:15 2016 +0000 @@ -36,7 +36,7 @@ #define REG_LIFETIME_SEC 600 // Lifetime of the endpoint in seconds // Maximum CoAP URL length -#define MAX_CONN_URL_LENGTH 256 // Maximum Connection URL length +#define MAX_CONN_URL_LENGTH 128 // Maximum Connection URL length // 6LowPAN Configuration #define NODE_MAC_ADDRESS_LENGTH 8 @@ -44,10 +44,10 @@ #define NODE_CHANNEL_LIST 0x07FFF800 // All channels // DynamicResource Configuration -#define MAX_VALUE_BUFFER_LENGTH 256 // largest "value" a dynamic resource may assume as a string +#define MAX_VALUE_BUFFER_LENGTH 128 // largest "value" a dynamic resource may assume as a string // Logger buffer size -#define LOGGER_BUFFER_LENGTH 300 // largest single print of a given debug line +#define LOGGER_BUFFER_LENGTH 192 // largest single print of a given debug line // 802.15.4 Network ID and RF channel defaults #define MESH_NETWORK_ID_LENGTH 32 @@ -55,9 +55,9 @@ #define MESH_DEF_RF_CHANNEL 11 // WiFi Configuration -#define WIFI_SSID_LENGTH 128 +#define WIFI_SSID_LENGTH 64 #define WIFI_DEFAULT_SSID "changeme" -#define WIFI_AUTH_KEY_LENGTH 128 +#define WIFI_AUTH_KEY_LENGTH 64 #define WIFI_DEFAULT_AUTH_KEY "changeme" /************** DEFAULT CONFIGURATION PARAMETERS ************************/