The DVM FNE provides server-side linking software to connect multiple DVMs together in an integrated network.
This project is a fork of the dvmfne project.
Warning: These instructions are outdated.
- Ensure python3.9, python3.9-venv, python3.9-dev are installed via apt/your favorite package manager.
- Create the virtualenv and activate it with
python3.9 -m venv . && source bin/activate
- Install requirements:
pip install wheel && pip install -r requirements.txt
- Set up your config file and rules
- Run
python fne_router.py
to start up the router.
This project is licensed under the GNU General Public License Version 2 (GNU GPL v2).
Copyright (c) 2023 K4YT3X and contributors.