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

Logger files need to contain a unique logger ID #3

Open
wschildbach opened this issue May 11, 2014 · 4 comments
Open

Logger files need to contain a unique logger ID #3

wschildbach opened this issue May 11, 2014 · 4 comments
Assignees
Milestone

Comments

@wschildbach
Copy link

It would be very useful (in some use cases even necessary) if the logger could put unique logger ID into the files it generates. This way, we can relate uploaded files to the specific logger that generated them.

In cases where one owner has several boats & loggers (but only one upload account) this could make the upload much more convenient.

@willie68
Copy link
Contributor

Already implemented. In the configuration you can set a so called vessel id. This is a number and should be the vessel id of the registered vessel in the openseamap depth configuration. On Startup the logger read the config.dat file (so the vessel id ) and put the configuration into the EEPROM.
On startup logging a new file named OSEAMLOG.CNF will be written and it contains all configuration, the version number of the firmware and die vessel id.
The pc logger program will use this information on upload. (At this moment the upload to the OSeaM-Depth website is not working...)

@wschildbach
Copy link
Author

Could this information also be put into the log files themselves? If upload is done by hand, it is not intuitive to upload the OSEAMLOG.CNF file as well.

@willie68
Copy link
Contributor

willie68 commented Jul 1, 2014

I'll take it on the list for the version.

@willie68 willie68 added this to the V15 milestone Jul 1, 2014
@willie68 willie68 self-assigned this Jul 1, 2014
@willie68
Copy link
Contributor

willie68 commented Jul 2, 2014

Implemented in Version 15.

@willie68 willie68 added the fixed label Jul 3, 2014
Github6am pushed a commit to Github6am/logger-oseam-0183 that referenced this issue Aug 4, 2014
- minimize the ram usage of the altsoftserial by setting the transmit buffer to 8 bytes (instead of 68)
- Bug OpenSeaMap#26
- Bug OpenSeaMap#25
- Bug OpenSeaMap#19
- Bug OpenSeaMap#18
- Bug OpenSeaMap#17
- Bug OpenSeaMap#9
- Bug OpenSeaMap#8
- Bug OpenSeaMap#6
- Bug OpenSeaMap#3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants