forked from n6cta/mwtchahrd
Spot UI frames to spothole.app #13
Reference in New Issue
Block a user
No description provided.
Delete Branch "spothole"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #7.
Working example for now:
cargo run -- --ip 192.168.0.6 --port 8000 --uip 127.0.0.1 --uport 7878 --spotter W1CDN --spothole --freq 14105000Is an IP address just a special form of URL?
Need to check URL format on run, not first time it is used.
Could we also pass two URLs in JSON or something?
Might be easier than that: https://stackoverflow.com/questions/73240901/how-to-get-clap-to-process-a-single-argument-with-multiple-values-without-having
This is another reason to factor out some of the new code into functions.
Kicking URL validation to #20.
Otherwise, I'm satisfied to merge this into
devbranch.After not proofreading the readme enough before committing, ready to merge into
dev.