Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracker Announce Subcommand Follow-up #490

Open
casey opened this issue Jan 9, 2021 · 0 comments
Open

Tracker Announce Subcommand Follow-up #490

casey opened this issue Jan 9, 2021 · 0 comments

Comments

@casey
Copy link
Owner

casey commented Jan 9, 2021

There are some things I think would be nice to have for imld torrent announce, but I think they belong in follow-up diffs, to keep the initial diff size. I'm putting them in the same issue so I can keep track of them, but they could easily be broken out into separate issues.

  • The warning for non-UDP tracker URLs should be formatted warning: … with warning in yellow.
  • It should be possible to pass just an infohash and tracker URL(s) to the CLI (and not a torrent)
  • There should be a flag to produce JSON output:
[
  {
    "URL": URL,
    "PEERS": [
      {"IP": IP, "PORT": PORT},
      …
    ]
  },
  …
]
casey referenced this issue in atomgardner/intermodal Jan 9, 2021
This command makes use of a partially-implemented UDP tracker client to
announce an infohash and list the response.

type: added
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant