The Advanced Desktop Client for CoAP

Construct and send CoAP requests, manage workspaces, environments, and run scriptable mock servers. Built for modern IoT developers using Electron and React.

1

CoAP Client

Construct, send, and deeply analyze CoAP requests and responses with a clean UI.

2

Workspaces

Keep your projects clean by organizing your requests into distinct workspaces and collections.

3

Environments

Seamlessly switch between environments. Use dynamic variables in your paths and payloads.

4

Mock Server

Built-in CoAP mock server featuring a rich code editor for custom routes and sandboxed scripting.

Run From Source

bash
# Clone the repository
git clone https://github.com/Ronika-Co/CoapNode
cd CoapNode

# Install dependencies
npm install

# Run the development server
npm run dev

# Or build for your OS
npm run build