diff --git a/README.md b/README.md index 045fe0f..355c020 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Download the official Operating System for the robot autonomy effector - [Via Ethernet](#via-ethernet) - [Via Wifi](#via-wifi) - [Via VSCODE SSH Extension](#via-vscode-ssh-extension) +- [Recommended network topology](#recommended-network-topology) - [Enable Internet through Host Computer](#enable-internet-through-host-computer) - [Add a new user](#add-a-new-user) - [Activate the access point in ac-mode](#activate-the-access-point-in-ac-mode) @@ -21,7 +22,6 @@ IF is for example eth0. After setting the correct IP Adress you can connect via The Standard-user is `romzn` and the password is `raeisgreat`. Rae hosts an little DNS Server which enables you to reach the System via `rae.local`. - ```bash ssh romzn@rae.local ``` @@ -38,6 +38,11 @@ ssh romzn@rae.local Install the following extension and setup an ssh connection with the `rae.local` domain and the user romzn https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh +# Recommended network topology +The most comfortable communication with the system is via wireless-lan. For that you have to connect your Host and the Robot-control-unit with the rae accesspoint like mentioned before. + +![](dias/network-topology.png) + # Enable Internet through Host Computer To route the Internet from your Host to the rae several steps are necessary. The following internet configuration is for the Ubuntu linux distribution: diff --git a/dias/dias.drawio b/dias/dias.drawio new file mode 100644 index 0000000..0c889d4 --- /dev/null +++ b/dias/dias.drawio @@ -0,0 +1 @@ +7VnZbuM2FP0aP1rQbuXR66RoghZNB236MqAlWmJCiypFxXa/vpcStVl0JsUoy6CTBfI9l+s591IkPXGW++MnjrLklkWYTmwzOk6c1cS2rZkXwEMipwqZ+U4FxJxEqlAL3JF/sAJNhRYkwnmvoGCMCpL1wZClKQ5FD0Ocs0O/2I7Rfq8ZivEAuAsRHaJ/kEgkFRrYsxa/xiRO6p4t/6ry7FFdWM0kT1DEDh3IWU+cJWdMVJ/2xyWmkryal6re5oK3GRjHqXhJheyznZDfbx/+2jq7W+fhi3m4J1NLqZGLUz1jHAEBymRcJCxmKaLrFl1wVqQRls2aYLVlbhjLALQAfMBCnJSaqBAMoETsqfLiIxF/yuqGp6z7jmd1VC2Xxqk2UsFPnUrSvO/62mqlVdcD2jM5CkrSRzCr6co5XqRRQTkreKhKMWsb3fySrW4fVovrn82DdbP1p3U4Ih5j8RzHjdiQJZjtMQwP6nFMkSBP/XEgFa5xU65VFD4oUfUCPzfIJ0QL1dPE9ikMd7FjMOGu8v7fBasd07zUbg4FLDc7tk74FMvnb2wLtmoKRla1VvkGIdUPmENCBL7LUEnuAZaNfnBcFOQJc4GPHWjIqfI6rso5tehcKfPQZrBVp2XSyV7ffCUVbI0KZxzVcUr25YrUZUROnMCSNKckTgETMs0a9AZtMf2V5UQQJr2gi2B7KEClY4HCx7jkf8ko42Vfzq78gSJlZ/M8q1ZOKQ6qjR05SsUWajyrRAi55M4lEfYmjFLTILDo7ggoy40QerQ3ERIIHhLPZSF4CF6EcmBTeypF23iWfe6BFgqwTtNtQWhE0nhqBlPLDowsjUcIBnfWDwZfEwymJhga8Fui4fKC0IsGlU3mErKIM9nA55SIMfJowJOGzRfnkTV7w0TSUqdLpGoN2rarzyjrG8IXV7cG3o6z4kHws8dme+G8jnb2u2vnDLS7ZrkY5W0xKlOu+d5MuVqmlu/OlGf3mXJ0a+mbMuVpmZq/O1OW/9GY8ocvHZxjxMME84ubkWJP56GQ24avbzf0u5QOrawQsAnHy+akZo7DtW16/fx1h1w7b0n1bED1Cj9hyrLvnWknOGNas7F+U6aDAdPrVCRFTlA+3D19V1R7/gcL6qsB1QOCNUeWi8QiRWgIfGD+stOKXoz+7slukE4LphmYG3UZUN3BSCNCedK8Eurg2B9jeZFlEJbPygNObhzIjkCJjBE51PUTjDgvpzlGQrk9lW2NyvaVMRvqbL/a4cT8IfS50PLKSyA1M/naHiXF3eBsj2C/v/i666If4rfiT0dTv7mU+kDqv+Ca6n+ufjDeTsqw+m943RHhrQNgeJwaBEBJUdmxt4A/eRtvL83y3wP/EjBLWgqvscq2+pi2nOWWSP3seALPe8ZVeuoimvaC1gN/Lwjfr97ADu5KBwGvi6fzKAxJHjLryuBlW4uM/xSW4zgQjinO8y+QK1VrO0JpJ+I3c/mrzwXPnI10j+Q6geE4/V2KN4xU1zJ8Tah6/z1UwWy/FCt9na8WnfW/ \ No newline at end of file diff --git a/dias/network-topology.png b/dias/network-topology.png new file mode 100644 index 0000000..f841bb9 Binary files /dev/null and b/dias/network-topology.png differ