Hi, I am using a series of sensors (sound, light, pressure, temperature, humidity) attached to a small PC and using the bonjour network server to connect to these from a separate PC remotely. I'm logging the data on the remote PC for my application but I need to get accurate timestamps of when the data was recorded by the sensor.
What's the best way to do this? Is there a way to get the timestamps from the sensors themselves or does the network server provide a timestamp?
Thanks in advance for any help,
-- Andrew