NatNet 2.5 SimpleServer.exe missing in bin

NatNet, VRPN, TrackD, and Plugins
Post Reply
robertviren
Posts: 1
Joined: Tue Jan 07, 2014 9:09 am

NatNet 2.5 SimpleServer.exe missing in bin

Post by robertviren »

I have recently downloaded the NatNet2.5 SDK and have found all compiled programs in the bin folder except the SimpleServer.exe. I am having issues with building the simple server given I am working with VS2010.

I am also wondering if the sample matlab code can communicate with the SimpleServer.exe program. I am hoping to test some data handling while I wait for my company to place and order, so I need a simulated server to work with the matlab code.
Avrdan
Posts: 1
Joined: Wed Oct 01, 2014 4:18 pm

Re: NatNet 2.5 SimpleServer.exe missing in bin

Post by Avrdan »

You can use VS2008 to compile the server program. If you have problems, try switching between Debug/Release.

Also, at least for the 2.4 SDK version the instructions in the API are wrong for the client as the command options only show one IP, while the syntax is actually:
SampleClient [ServerIP] [LocalIP] [OutputFilename]

(like shown in the actual source file)
Post Reply