Skip to content
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.

Arduino implementation checklist #14

Open
25 tasks
naggie opened this issue Jul 26, 2018 · 0 comments
Open
25 tasks

Arduino implementation checklist #14

naggie opened this issue Jul 26, 2018 · 0 comments

Comments

@naggie
Copy link
Owner

naggie commented Jul 26, 2018

Use this issue template to integrate a new language.

  • Announcer

    • Start() method (should be idempotent)
    • Stop() method (should be idempotent)
    • Announcement at 5 second interval
    • Command line client (args: )
  • Discoverer

    • Start() method (should be idempotent)
    • Get services method (wait parameter, a bool to block for the interval period)
    • Stop() method (should be idempotent)
    • Timeout at 10 second interval (service appears offline)
    • Number of known services GC (limit to 1000)
    • Command line client (args: )
  • Validation

    • Port range
    • Service name length
    • Service name character set (ASCII)
  • Tests

    • Announce/Discover/Timeout
    • Invalid port
    • Invalid character set on service name
    • Service name too long
    • Foreign protocol rejection (banana)
    • Foreign service rejection (bar)
    • Start/stop idempotency test for Announcer
    • Start/stop idempotency test for Discoverer
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant