-
Notifications
You must be signed in to change notification settings - Fork 230
How to register a subtype? #109
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
Comments
A Go library is a poor recommendation to substitute for a Python package. |
All Python package that I found can't register a subtype |
Simply add it to the service type string. info = ServiceInfo( "_somethingspecial._sub._http._tcp.local.", "Paul's Test Web Site._http._tcp.local.", addresses=[socket.inet_aton("127.0.0.1")], port=80, properties=desc, server="ash-2.local.", ) But my experience is that there is something no quite correct with the sub type handling. |
Uh oh!
There was an error while loading. Please reload this page.
How can a service be registered with a subtype? E.g., with the example
registration.py
, how would it be modified to register_somethingspecial._sub._http._tcp
instead of (or as well as) plain_http._tcp
?The text was updated successfully, but these errors were encountered: