Spot UI frames to spothole.app #13

Merged
w1cdn merged 6 commits from spothole into dev 2025-10-22 02:17:12 +00:00
Owner

Closes #7.

  • only spot UI frames
  • include frame text in the spot comment
  • spot to main spothole.app server
  • spot to arbitrary URL or IP
  • 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
w1cdn added 2 commits 2025-10-18 16:41:51 +00:00
Author
Owner

Working example for now:
cargo run -- --ip 192.168.0.6 --port 8000 --uip 127.0.0.1 --uport 7878 --spotter W1CDN --spothole --freq 14105000

Working example for now: ` cargo run -- --ip 192.168.0.6 --port 8000 --uip 127.0.0.1 --uport 7878 --spotter W1CDN --spothole --freq 14105000`
Author
Owner

Is an IP address just a special form of URL?

Is an IP address just a special form of URL?
w1cdn added 1 commit 2025-10-20 02:57:20 +00:00
Author
Owner

Need to check URL format on run, not first time it is used.

Could we also pass two URLs in JSON or something?

Need to check URL format on run, not first time it is used. Could we also pass two URLs in JSON or something?
Author
Owner

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.

> 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.
Author
Owner

Kicking URL validation to #20.

Otherwise, I'm satisfied to merge this into dev branch.

Kicking URL validation to #20. Otherwise, I'm satisfied to merge this into `dev` branch.
w1cdn added 1 commit 2025-10-22 02:10:49 +00:00
w1cdn added 1 commit 2025-10-22 02:12:54 +00:00
w1cdn added 1 commit 2025-10-22 02:13:53 +00:00
Author
Owner

After not proofreading the readme enough before committing, ready to merge into dev.

After not proofreading the readme enough before committing, ready to merge into `dev`.
w1cdn merged commit f452e72ef9 into dev 2025-10-22 02:17:12 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: w1cdn/mwtchahrd#13
No description provided.