0.0
No commit activity in last 3 years
No release in over 3 years
EventMachine UDP Proxy
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme
EventMachine based UDP proxy.

Example usage:

> em-udp-proxy -a 127.0.0.1 -p 5001 -A 192.168.1.1 -P 5001

Starts the proxy binded to 127.0.0.1 with port 5001 and forwards traffic to/from 192.168.1.1 on port 5001.

TODO:
1. More documentation :-)
2. Remove Client objects for inactive clients (after certain threshold).
3. Add some way to get stats from it.