Your ChipChop End point server

Your ChipChop Endpoint Server is automatically allocated for you when your Development Console is activated.

You can find your Endpoint Server URI in your Development Console in the "My Account" section.

When establishing a socket connection with ChipChop you need to specify the correct Endpoint Server URI where your account lives. Otherwise...well...nothing will happen and your connection will get refused.

Example connection
WebSocket.connect("ws://api2.chipchop.io/wsdev/?uuid=your_user_uuid&device_id=your_device_id");