Commit 4bb255bd authored by Yann Garcia's avatar Yann Garcia
Browse files

Update README.md

parent 59642d51
Loading
Loading
Loading
Loading
+17 −0
Original line number Original line Diff line number Diff line
@@ -85,6 +85,23 @@ chmod 775 .//install.sh
sudo HOME_BIN=$HOME_BIN HOME_LIB=$HOME_LIB HOME_INC=$HOME_INC ./install.sh fscom yann.garcia@fscom.fr 123456
sudo HOME_BIN=$HOME_BIN HOME_LIB=$HOME_LIB HOME_INC=$HOME_INC ./install.sh fscom yann.garcia@fscom.fr 123456
```
```


## Configuration

### Configuration with OpenWrt Web Interface (e.g. Gl.iNet device)
- Step 1: in your browser open the URI http://192.168.8.1/ and log on the main page
- Step 2: in the left panel, select the option 'MORE SETTINGS/Advanced' and log on as root
- Step 3: select menu entry Network/ITS Bridge (screen below). There are two parts
    - ITS configuration: this part is to set up ITS message capture and injection
    - UDP configuration: this part is to setup UDP multicast. Note that the 'Remote Addresses' list is to indicate the multicast address of the other participants of your test session


### Configuration with ITS-Bridge Web Interface (e.g. NanoPI R2S)
- Step 1: in your browser open the URI https://192.168.8.1:8888/ and log on the main page. default values are guest/password.
- Step 2: select the process to configure (its_bridge_client or its_bridge_server)
- Step 3: select menu entry Network/ITS Bridge (screen below). There are two parts
    - ITS configuration: this part is to set up ITS message capture and injection
    - UDP configuration: this part is to setup UDP multicast. Note that the 'Remote Addresses' list is to indicate the multicast address of the other participants of your test session



## How to Report a Bug
## How to Report a Bug