Skip to content

Commit 65a23ff

Browse files
authored
Update README.md
1 parent 281b3d3 commit 65a23ff

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

README.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,42 @@ Remote Node Configuration
33

44
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).
55

6-
Work-in-progress to support configurations of remote nodes using a HTTP + JSON api.
7-
86
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.
97

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
1114

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.
1316

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+
1421

1522
Working with latest development branch, can detect devices via mDNS and retrieve and store .txt files via the HTTP server.
1623

1724

1825

19-
![image](https://github.com/hippyau/RNC/blob/main/ezgif-5-58c61feea76a.gif?raw=true)
26+
![image](https://github.com/hippyau/RNC/blob/main/LastestDemo.gif?raw=true)
2027

21-
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...
2228

2329

2430

2531
...
2632

2733

28-
## Getting Started
34+
## Getting Started Developing
2935

3036
A few resources to get you started if this is your first Flutter project:
3137

3238
- [Installing Flutter](https://flutter.dev/docs/get-started/install)
3339

40+
- Clone the git repo and try flutter build windows
41+
3442
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
3543
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
3644

0 commit comments

Comments
 (0)