make sure spotting doesn't block receiving too much
Closes #7.
- [x] only spot UI frames
- [x] include frame text in the spot comment
- [x] spot to main spothole.app server
- [x] spot to arbitrary URL or IP
- [x] make sure spotting doesn't block receiving too much
This is another reason to factor out some of the new code into functions.
> 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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.