Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hippyau authored Sep 24, 2021
1 parent 281b3d3 commit 65a23ff
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,42 @@ Remote Node Configuration

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

Work-in-progress to support configurations of remote nodes using a HTTP + JSON api.

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.

## Status
## Binaries

Binary alpha build releases are availabile for MacOS, GNU/Linux, Windows.
https://github.com/hippyau/RNC/tags

### How To Use

#### Still in development
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.

#### REMEBER TO SAVE & REBOOT

If you change something, the tab changes from a "v" icon to "Save". Click Save. You should reboot for changes to take effect.


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



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

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



...


## Getting Started
## Getting Started Developing

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

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

- Clone the git repo and try flutter build windows

- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)

Expand Down

0 comments on commit 65a23ff

Please sign in to comment.