Giter VIP home page Giter VIP logo

dnssd's People

Contributors

ruurdadema avatar

Stargazers

 avatar  avatar

Watchers

 avatar

dnssd's Issues

Add regType verifier

When registering a service, the regType must follow certain rules:

The service type followed by the protocol, separated by a dot
(e.g. "_ftp._tcp"). The service type must be an underscore, followed
by 1-15 characters, which may be letters, digits, or hyphens.
The transport protocol must be "_tcp" or "_udp".

It would be great to add a small verifier utility function to make sure users of the library (me) don't make mistakes with this.

Make TXTRecord implementation independent

At the moment TXTRecord depends on TXTRecordRef from dns_sh.h

  • To use TXTRecord across multiple systems the platform specific details should get moved out of this class and be handled under the regarding system (ie Bonjour or Avahi).

  • Records should be stored inside a std::map<std::string, std::string> container.

The different implementations can then use this structure to reconstruct to something what can be used by the implementation.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.