Skip to content

Basic version of ubus-ws implemented

Štěpán Henek requested to merge dev into master

Websocket server for listening to ubus.

  • it uses modified version of python-websocket-server (patch available in turris-os-packages)
  • should be compatible with both python2 and python3
  • no other dependencies
  • calls external programs to listen to ubus events (might change in the future)

Merge request reports