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
Copy file name to clipboardExpand all lines: README.md
+15-7Lines changed: 15 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,34 +3,42 @@ Remote Node Configuration
3
3
4
4
An application for configuration of remote devices such the firmwares produced by Arjan Van Vaught in his project [DMX512 / RDM / Art-Net 4 / sACN E1.31 / OSC / SMPTE / Pixel controller / RDMNet LLRP Only nodes](https://github.com/vanvught/rpidmx512).
5
5
6
-
Work-in-progress to support configurations of remote nodes using a HTTP + JSON api.
7
-
8
6
The app should work across Android/IOS mobiles, and Linux/Mac/Windows desktops. It is based on [Flutter](https://flutter.dev) SDK and written in Dart.
9
7
10
-
## Status
8
+
## Binaries
9
+
10
+
Binary alpha build releases are availabile for MacOS, GNU/Linux, Windows.
11
+
https://github.com/hippyau/RNC/tags
12
+
13
+
### How To Use
11
14
12
-
#### Still in development
15
+
Be on same Local Area Network (LAN) as your Orange Pi or other devices (possibly with a wifi access point), then run the app. It should detect nodes (devices) on the LAN, and you should be able to configure devices.
13
16
17
+
#### REMEBER TO SAVE & REBOOT
18
+
19
+
If you change something, the tab changes from a "v" icon to "Save". Click Save. You should reboot for changes to take effect.
20
+
14
21
15
22
Working with latest development branch, can detect devices via mDNS and retrieve and store .txt files via the HTTP server.
Working on Linux, Android and should work on MacOS and Window, but needs to be compiled on those platforms for desktop/devices, and I don't have a iPhone etc...
22
28
23
29
24
30
25
31
...
26
32
27
33
28
-
## Getting Started
34
+
## Getting Started Developing
29
35
30
36
A few resources to get you started if this is your first Flutter project:
0 commit comments