👾 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
Philip Trauner 0934f6fe69 Routes aren't an indexed_dict anymore, piping error handling, piping on by default
Routes are just regular dicts now, which means that their ids are strings and they are bound to the key "routes".
This allows the next feature to work:

Error reporting on disconnected peers.
Define a peer_unavaliable method in your handler and you will be notified when your pipe call has failed due to an unavaliable peer.
Handled in the "meta" route.

Piping has become such an integral feature to Highway that it doesn't make sense to disable it anymore.
This is why the argument is missing in the constructor from now on.
2016-12-18 23:15:31 +01:00
Server Removed piping from parameters, peers now subscription based 2016-12-18 23:14:08 +01:00
Shared Routes aren't an indexed_dict anymore, piping error handling, piping on by default 2016-12-18 23:15:31 +01:00
Sublime/fl0w Added processes route 2016-12-05 22:54:28 +01:00
Wallaby Added list_programs 2016-12-16 15:52:53 +01:00
.gitattributes Added Wallaby identification sound 2016-12-07 20:55:06 +01:00
.gitignore Added ignores for deleted file registers 2016-03-29 23:37:09 +02:00
.gitmodules Added portable version of ws4py 2016-09-11 20:28:57 +02:00
.no-fl0w Added fl0w ignore file for fl0w itself 2016-03-21 17:36:45 +01:00
AUTHORS.MD Updated authors 2016-09-11 00:00:49 +02: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 Updated readme to reflect current changes 2016-09-11 20:23:56 +02:00
Server.py Add shebangs and make files executable. 2016-04-15 10:08:14 +02:00
Wallaby.py Add shebangs and make files executable. 2016-04-15 10:08:14 +02:00

fl0w logo # fl0w

fl0w is currently in the process of being refactored and revamped.
Check out the issues tab for more details.