genode/repos/os
Martin Stein edf1f9d849 nic_router: report some useful information
The NIC router can now be configured to periodically send reports.
Configuration example (shows default values):

<config>
	<report interval_sec="5" bytes="yes" config="yes">
</config>

If the 'report' tag is not available, no reports are send.
The attributes of the 'report' tag:

'bytes'        : Boolean : Whether to report sent bytes and received bytes per
                           domain
'config'       : Boolean : Whether to report ipv4 interface and gateway per
                           domain
'interval_sec' : 1..3600 : Interval of sending reports in seconds

Issue #2614
2017-12-21 15:01:54 +01:00
..
doc Remove obsolete RAM/CAP services from run scripts 2017-05-31 13:16:22 +02:00
include Add millisecond accessor to Genode::Duration value object 2017-12-21 15:01:51 +01:00
lib sd_card: cleanup driver library structure 2017-06-29 11:59:58 +02:00
recipes nic_router: report some useful information 2017-12-21 15:01:54 +01:00
run os: add app to transform kernel/core output to LOG 2017-12-21 15:01:48 +01:00
src nic_router: report some useful information 2017-12-21 15:01:54 +01:00
README API documentation refinements 2017-05-31 13:16:21 +02:00

This source-code repository contains genuine low-level OS components and
interfaces of Genode. It solely depends on the framework's base API.