👾 Monitoring and management component of fl0w-os (deprecated)
This repository has been archived on 2025-06-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
2016-03-08 08:47:28 +01:00
Binaries Added Binaries folder 2016-03-08 08:35:57 +01:00
Server Fixed shutdown time, added sync route, ... 2016-03-08 08:47:28 +01:00
Shared Rewrite config in case of missing vars 2016-03-08 08:46:30 +01:00
Sublime/fl0w Added multi-window support 2016-03-05 17:41:05 +01:00
Wallaby Temporarily removed error handling because OSError is too broad 2016-03-08 08:36:47 +01:00
.gitignore Added exclude for Binaries 2016-03-08 08:42:10 +01:00
AUTHORS.MD fixed link to homepage 2016-02-01 11:48:36 +01:00
fl0w.py Initial commit 2015-10-25 17:32:23 +01:00
LICENSE Added MIT license 2015-12-29 19:39:46 +01:00
README.md Added space in first instruction 2016-02-23 10:15:37 +01:00
Server.py Initial commit 2015-10-25 17:32:23 +01:00
Wallaby.py Renamed and moved Wallaby files 2016-02-04 20:34:05 +01:00

fl0w logo # fl0w

Documentation

fl0ws main objective is to reduce compile time to a minimum by offloading it to a separate computer in addition to offering robot remote control capabilities while also moving all robot programming into Sublime Text.

Getting Started

These instructions give the most direct way to a working fl0w environment.

System Requirements

Support
OS X
Linux
Windows

A Unix like operating system running on an ARMv7 bases device with clang or gcc and Python 3.5 is required on the server. The Sublime Text client is platform independent, although only OS X and Linux are officially supported.

Getting Sources

Via HTTPS

git clone https://github.com/robot0nfire.com/fl0w.git
cd fl0w

Via SSH

git clone git@github.com:robot0nfire/fl0w.git
cd fl0w

For setting up the environment just run:

./setup.py

Using fl0w

  1. Connect to a fl0w server in Sublime Text (Tools → Command Pallet → fl0w: Menu → Connect)

  2. Connect a Wallaby

  3. Create hello_world.c in Sublime Text

  4. Content of hello_world.c:

    #include <stdio.h>
    main() {
        printf(Hello World);
    }
    
  5. Save

  6. Open Wallaby Control (Tools → Command Pallet → fl0w: Menu → Wallaby Control)

    • Choose Wallaby from list
    • Use Run
    • Select hello_world
  7. Program will now run on the selected Wallaby and output will be piped into the Sublime Text console(View → Show Console)

Credits

fl0w was creating using following libraries:

Licensing

See LICENSE

forthebadge