Skip to content

Relay/Proxy

Start a communication relay. This redirects frames from one communication protocol to another.

For example, if you have a BLE Tap device and you want to communicate to with sockets, you can use this command to create a relay BLE/Socket.

Examples

Create a relay from BLE to socket and websocket

$ iotize relay --device ble:f3:10:1a:01:60:5c --local
Socket server is running on 2000...
Web Socket server is running on 2080

You can now connect to your BLE Tap on port 2000 for socket and port 2080 for websockets (websocket are available in web apps). You just need to be on the same network as your relay is runing.