You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Build project from root folder `~/.dotnet/dotnet build`
61
64
1. Run ChuckDeviceController from `bin/` folder `~/.dotnet/dotnet ChuckDeviceController.dll`
62
-
1. Run WebhookProcessor from `bin/` folder `~/.dotnet/dotnet WebhookProcessor.dll`
63
-
1. Run DataConsumer from `bin/` folder `~/.dotnet/dotnet DataConsumer.dll` or use [Chuck](https://github.com/WatWowMap/Chuck) as the backend data consumer.
64
-
1. Visit Dashboard at `http://LAN_MACHINE_IP:5001`
65
+
1. Run ChuckProtoParser from `bin/` folder `~/.dotnet/dotnet ChuckProtoParser.dll`
66
+
3. Run WebhookProcessor from `bin/` folder `~/.dotnet/dotnet WebhookProcessor.dll`
67
+
4. Run DataConsumer from `bin/` folder `~/.dotnet/dotnet DataConsumer.dll` or use [Chuck](https://github.com/WatWowMap/Chuck) as the backend data consumer.
68
+
5. Visit Dashboard at `http://LAN_MACHINE_IP:5001`
65
69
66
70
View all available API routes:
67
71
`http://LAN_MACHINE_IP:port/swagger`
@@ -74,9 +78,13 @@ View profiler results:
74
78
```json
75
79
{
76
80
// Change to machine IP address
77
-
"interface": "LAN_MACHINE_IP",
78
-
// Listening port to receive data and control devices
0 commit comments