Implement lanscatter_proxy
Open
enhancement
- Dominant language
- Python
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Proxy command (see "site-to-site distribution" on README) should be simple to implement:
- Create `proxynode.py` and add it as a endpoint in `setup.py`.
- Add support for CLI options in `common.py`
- Import `peernode` and `masternode` in `proxynode.py`. Then launch both in separate asyncio tasks.
- Customize log writer so it prepends "{PEER}" or "{MASTER}" depending on which process the log line came from.
- Add integration tests
- Add "proxy mode" in GUI settings page. It should enable both peer and master settings panes.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.