BlueOS-community / blueos-jupyter

0 stars 2 forks source link

examples: Add navigator assistant websocket example #1

Closed RaulTrombin closed 7 months ago

RaulTrombin commented 11 months ago

This example explain how to connect to navigator assistant and receive/send commands to it. User can display live temperature data and control userleds.

Extension details for test:

raulelektron.blueos_navigator_assistant

Navigator Assistant

latest

{
  "ExposedPorts": {
    "8080/tcp": {}
  },
  "HostConfig": {
    "Privileged": true,
    "PortBindings": {
      "8080/tcp": [
        {
          "HostPort": ""
        }
      ]
    }
  }
}
patrickelectric commented 10 months ago

The service is not public yet. So it's better to wait before merging.

RaulTrombin commented 7 months ago

The service is not public yet. So it's better to wait before merging.

Updated, can you merge it? @patrickelectric