...
Code Block |
---|
modprobe vcan sudo ip link add dev vcan0 type vcan sudo ip link set up vcan0 |
...
Setting up AWS
Go to the link below to set up AWS on your machine.
https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html
The two tables (that should already be set up and which the script will write to) are:
can_messages
gps_data
To be able to write to these tables. You’ll need to configure AWS credentials first. Refer to https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/setup-credentials.html
...
Installing and Running Node-Red
...