buzz66boy / ns3-lxc

Integration and automation of NS-3 network simulator and Linux Containers
MIT License
10 stars 6 forks source link

Migrate arg parsing to use getopt #45

Open buzz66boy opened 4 years ago

buzz66boy commented 4 years ago

Instead of using basic parser, use the linux getopt call https://www.geeksforgeeks.org/getopt-function-in-c-to-parse-command-line-arguments/