Introduction
Everynet Network Server (NS) exposes two different interfaces: RESTful and WebSocket-based. These interfaces are designed to for the following purposes:
Server Managment API - RESTFul API for account management, device provisioning, server configuration, filter, keys, users provisioning, etc...
Data Streaming API - WebSocket-based API to stream messages and debug data between NS and Application Server (AS).
Adapters - Bridge between NS and 3rd party services like: MQTT, PubNub, HTTP, etc...
Examples - The Application Server (AS) examples implemented for different APIs.