👾 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 37976049a6 Made it work (finally)
Replaced receive_routes with a shared route called meta. Highway manages itself with it's own networking capabilities. (Meta as fuck)
Added NoneType to sendable types (gzip doesn't like None).
Removed old, non-reachable code.
Gave up on multiple inheritence. To inherit from Shared override_methods has to be called. It will monkey-patch all required methods. (less hacky than before)
Ripped out tons of server/client specific code and made it shared.
2016-09-25 18:00:13 +02:00
Server Removed WallabyControl, ported to Highway networking, removed old commented-out code 2016-09-25 17:54:37 +02:00
Shared Made it work (finally) 2016-09-25 18:00:13 +02:00
Sublime/fl0w Add configuration entries for setting the compression level used by ESock. 2016-04-15 10:11:48 +02:00
Wallaby Reworked simulated Wallaby startup logic 2016-06-02 20:02:58 +02: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
requirements.txt Added requirements 2016-06-02 20:02:26 +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.