[RTEMS Project] #3695: Add UDP transfer of event recording data
RTEMS trac
trac at rtems.org
Wed Feb 20 10:44:49 UTC 2019
#3695: Add UDP transfer of event recording data
------------------------------+-----------------------------
Reporter: Sebastian Huber | Owner: Sebastian Huber
Type: project | Status: assigned
Priority: normal | Milestone:
Component: tool | Version:
Severity: normal | Keywords:
Blocked By: | Blocking:
------------------------------+-----------------------------
Currently, the event recording data can be transferred via TCP from the
RTEMS target to a host computer, see rtems_record_start_server() and
https://lists.rtems.org/pipermail/devel/2019-January/024640.html.
The TCP is sometimes not the best choice to transfer this information. A
UDP transfer should be added on a best effort basis, e.g. lost packages
are not retransmitted. The receiver should hand over the package loss
information to potential high level consumers.
--
Ticket URL: <http://devel.rtems.org/ticket/3695>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list