Skip to content
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

Raw logging #44

Merged
merged 2 commits into from
Jun 14, 2015
Merged

Raw logging #44

merged 2 commits into from
Jun 14, 2015

Conversation

tkurki
Copy link
Member

@tkurki tkurki commented Jun 10, 2015

Implement a way to log the raw data received from input devices in a single, hourly rolling file with timestamps. This way the raw data can be played back in the order the data was received from the various input devices, in actual rate or speeded up/slowed down.

@fabdrol
Copy link
Member

fabdrol commented Jun 11, 2015

@tkurki wouldn't this be more useful if it were it's own "producer"/stream? Currently you'd have to use liner in order to use logging, right..

@tkurki
Copy link
Member Author

tkurki commented Jun 11, 2015

But the output must be line by line, so it makes sense. At least with nmea and n2k. This way playback can also be line by line.

@tkurki
Copy link
Member Author

tkurki commented Jun 11, 2015

I didn't really get the producer/stream part - elaborate?

tkurki added a commit that referenced this pull request Jun 14, 2015
@tkurki tkurki merged commit 94027b9 into master Jun 14, 2015
@tkurki tkurki deleted the raw-logging branch December 16, 2015 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants