Skip to content

Commit

Permalink
Remove notes from readme
Browse files Browse the repository at this point in the history
mullr committed May 24, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 6463efc commit a8806ea
Showing 1 changed file with 1 addition and 50 deletions.
51 changes: 1 addition & 50 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,51 +1,2 @@
Common options:
- How to construct timeline name
- how to construct event name
- decoder ring options
- fibex path
- other?
# modality-dlt-plugin


Collector options:
- Listening
- tcp dlt
- port: default 3490
- udl dlt
- port: default 3490
- serial dlt
- device (ttyS0, etc)
- baud rate (115200)
- there's a 'serial header'?
- serial ascii (???)
- fifo to listen on?
- seems to default to /tmp/dlt sometimes?

- push/pull
- could be a server, or could connect to another server and receive data that way
- presumably people already have a server of some kind? (dlt-daemon does the job)

Importer options:
- file to open ("dlt stream file")
- opt "with serial header"



-------------
protocol
- send 'get log info'?
# Creating test data
- Run as root
- run as root:
```
sudo dlt-daemon &
dlt-receive -o foo.dlt
sudo /usr/lib/libdlt-examples/dlt-example-user -n 5 -l 3 "fooo"
```

dlt-example-user connects via the named pipe (/tmp/dlt), not the tcp port.

--------------------

decoder ring
- for non-verbose messages
- fibex seems to be one option, maybe "autosar xml" is another (arxml)

0 comments on commit a8806ea

Please sign in to comment.