MurphyMarkW / c-nydus

A proxy server that translates between TCP and UDT.
MIT License
0 stars 0 forks source link

Argument parsing. #6

Open MurphyMarkW opened 9 years ago

MurphyMarkW commented 9 years ago

We need it. Preferably argp.

MurphyMarkW commented 9 years ago

Gonna bank on this being used from Python ctypes for now. We'll do parsing in Python since it's easier, then later worry about getting a pure-c parser, if it's really necessary.