Skip to content

Conversation

@ThadHouse
Copy link
Member

We can use this as a new way of resolving addresses.

@ThadHouse ThadHouse requested review from a team as code owners November 13, 2025 23:59
@github-actions github-actions bot added component: ntcore NetworkTables library component: wpilibj WPILib Java component: wpilibc WPILib C++ component: glass Glass app and backend 2027 2027 target labels Nov 13, 2025
@rzblue rzblue linked an issue Nov 14, 2025 that may be closed by this pull request
Comment on lines 188 to +191
if not isSimulation:
inst.startServer("/home/systemcore/networktables.ini")
inst.startServer("/home/systemcore/networktables.json", "", "robot")
else:
inst.startServer()
inst.startServer("networktables.json", "", "robot")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is changing the extension intentional?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it should have always been json.

@PeterJohnson PeterJohnson changed the title Add method to announce mDNS from NetworkTables [ntcore] Add ability to announce mDNS for server Nov 21, 2025
@PeterJohnson
Copy link
Member

Looks like some Python tests need fixing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2027 2027 target component: glass Glass app and backend component: ntcore NetworkTables library component: wpilibc WPILib C++ component: wpilibj WPILib Java

Projects

None yet

Development

Successfully merging this pull request may close these issues.

mDNS advertisement for NT server

3 participants