mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-23 01:21:40 +00:00
Create TSP Server in C++ photonlib (#1516)
Automatically starts a TCP server in C++. Also adds warnings to Python.
This commit is contained in:
@@ -24,8 +24,6 @@ TEST(TimeSyncProtocolTest, Smoketest) {
|
||||
using namespace wpi::tsp;
|
||||
using namespace std::chrono_literals;
|
||||
|
||||
HAL_Initialize(500, 0);
|
||||
|
||||
TimeSyncServer server{5812};
|
||||
TimeSyncClient client{"127.0.0.1", 5812, 100ms};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user