This project is mirrored from git://ohwr.org/white-rabbit/wr-switch-sw.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Aug 25, 2017
-
-
Greg Daniluk authored
-
- Aug 23, 2017
-
-
Adam Wujek authored
Signed-off-by: Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
-
- Aug 18, 2017
-
-
Adam Wujek authored
bug was introduced in www: removed current setting Signed-off-by: Adam Wujek <adam.wujek@cern.ch>
-
I saw that in the endpointconfiguration.php you relay a lot on an order of parameters. In other words the following line will be displayed correctly: CONFIG_PORT01_PARAMS="name=wri1,proto=raw,tx=224295,rx=225959,role=slave,fiber=0" but not when I swap an order of parameters: CONFIG_PORT01_PARAMS="name=wri1,proto=raw,tx=224295,role=slave,rx=225959,fiber=0" I'm asking you for that because there are three more new parameters that are optional: "ext" (extension) can be one of the following: - WR - use White Rabbit as an extension on this port (default if not present) - none - no extension on this port "dm" (delay mechanism) can be one of the following: - e2e - end to end (default if not present) - p2p - peer to peer "monitor" option to disable ("n") or enable ("y") triggering errors in SNMP on a port; "y" by default NOW: it allows to change the order and dropdown menu in several parameters
-
- Aug 04, 2017
-
-
Adam Wujek authored
Signed-off-by: Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
And use it if exists Signed-off-by: Adam Wujek <adam.wujek@cern.ch>
-
Could you change it a little bit more? Can you make it to the way if there is no file /tmp/www_wrs_version then execute the command. Otherwise read the existing file
-
please remove the current setting from the first line. When the port is configured as slave the first and the second entry is slave.
-
- Aug 03, 2017
-
-
Adam Wujek authored
Signed-off-by: Adam Wujek <adam.wujek@cern.ch>
-
- Aug 02, 2017
-
-
can you change to have the dropdown list with modes in Endpoint Mode Configuration and in "Endpoint Configuration"
-
WR Status "UNDEFINED" when no connection to master, can you make just an empty cell?
-
caching wrs_version; commit: www: [BUG #1528] cache wrs_version; I would prefer this is done once for all sessions. i.e. if there is no file /tmp/www_wrs_version then execute the command. Otherwise just read content of this file
-
Fixed Calibration tables to write in dot-cong correctly
-
Adam Wujek authored
Signed-off-by: Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by: Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by: Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by: Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
renamed: www/endpointcalibration.php -> www/endpointconfiguration.php renamed: www/fibercalibration.php -> www/fiberconfiguration.php renamed: www/sfpcalibration.php -> www/sfpconfiguration.php Signed-off-by: Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by: Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by: Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Previous commit brakes it here. www: fix spliting output from wr_date in WR Monitoring Signed-off-by: Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by: Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by: Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by: Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by: Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by: Adam Wujek <adam.wujek@cern.ch>
-
This is just a quick example with grandmaster on how to use menuconfig to change a parameter.
-
-
The latest version of pandoc (1.16.x) shipped in Ubuntu 16.04 is more restrictive on markdown syntax so we have fixed it.
-
This was requested by Paul Boven
-
-
Previous versions (4.0-4.1) incurred several errors when estimating the fiber length. By definition, the speed v at which light travels through a medium with refractive index n is v=c/n Since for the ITU-T G.652 D recommendation: "the refractive index profile of the fibre does not generally need to be known" we chose a value provided by one of the most popular G.652 fiber manufacturers for 1550 nm in their product information as seen in: https://www.corning.com/media/worldwide/coc/documents/Fiber/SMF-28%20Ultra.pdf
-
fixed footer changed title
-
added reboot button fixed redirect to reboot page
-
Fixed fiber calibration table to match the dot-conf structure
-
first colum set as readonly
-
-
minor change to correct data representarion at wr monitorization
-
Fixed: Extract WR data in one place ... draw in many! Fixed: Replace tail | head by grep if possible
-