Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ifconfig eth0 192.168.1.254 up
ifconfig eth1 192.168.2.254 up

Aggregating

...

Data

Since there is a flutter app that analyzes the CAN data and provides us with metrics on the vehicle, we need to be able to send WebSocket messages to the flutter app which can be set up through Node-Red. However, we also need to format these WebSocket messages as a JSON as shown below.

...