Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HEV - High Energy Ventilator
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
HEV - High Energy Ventilator
Commits
e5ada87b
Commit
e5ada87b
authored
4 years ago
by
Dónal Murray
Browse files
Options
Downloads
Patches
Plain Diff
Add example for dumping data to file
parent
d6507540
Branches
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
raspberry-dataserver/README.md
+14
-1
14 additions, 1 deletion
raspberry-dataserver/README.md
with
14 additions
and
1 deletion
raspberry-dataserver/README.md
+
14
−
1
View file @
e5ada87b
...
...
@@ -184,4 +184,17 @@ then in another terminal, run a hevserver with the argument `--use-dump-data`:
```
Note that the version of the dumpfile must match the protocol version used by
the hevserver.
\ No newline at end of file
the hevserver.
## Dumping to file using the hevserver
The HEVServer has an option to dump a certain number of packets to file,
which can later be read by the
`ArduinoEmulator.py`
script.
To make a dump run:
```
bash
./hevserver.py
--dump
10000
-o
share/new.dump
```
Using the hevserver is preferred over using the CommsLLI as the former will
pass battery data to the microcontroller, while the latter will not.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment