Skip to content

Commit

Permalink
Added ip address -i' and --addr` option per FaradayRF#29
Browse files Browse the repository at this point in the history
  • Loading branch information
kb1lqc committed Mar 9, 2018
1 parent b104ec6 commit bc80c7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions faradayio_cli/faradayio_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ def setupArgparse():
help="Physical serial port of radio")
parser.add_argument("-m", "--mtu", default="1500",
help="Set Maximum Transmission Unit (MTU)")
parser.add_argument("-i", "--addr", default="10.0.0.1",
help="Set IP Address of TUN adapter (Farday Radio)")

# Parse and return arguments
return parser.parse_args()
Expand Down

0 comments on commit bc80c7b

Please sign in to comment.