REST API

Description

You can use the REST API to interact with FD and also build functions that the GUI doesn't support.

To get events/status you can use websocket

Base URL

http://localhost:5000

HOWTO

We use curl to show howto set/get parameters.

Example - GET

curl http://localhost:5000

Example - POST

curl http://localhost:5000/some_parameters

Example websocket

ws://localhost:5000/events

ws://localhost:5000/fft