This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:iot-open:practical:hardware:itsilesia:esp32 [2025/08/31 12:49] – [Network configuration and services] pczekalski | en:iot-open:practical:hardware:itsilesia:esp32 [2025/08/31 12:53] (current) – [Networking Layer] pczekalski | ||
|---|---|---|---|
| Line 69: | Line 69: | ||
| All clients get an IP address from the range of 192.168.0.100 to 192.168.0.200 | All clients get an IP address from the range of 192.168.0.100 to 192.168.0.200 | ||
| - | Gateway is 192.168.0.1, | + | Gateway is 192.168.0.1, |
| + | <note warning> | ||
| + | |||
| + | In this laboratory module, for simplicity and portability of the solution, all clients connect to a single, private, NATed network, including IoT devices and clients (developers/ | ||
| + | All IoT integration services are also available via this network. | ||
| ==== Application Layer Services ==== | ==== Application Layer Services ==== | ||
| - | There are currently 2 application-layer services available: | + | There are currently 2 application-layer services available, accessible for IoT nodes when connected to the VRELlab network: |
| - | * MQTT broker | + | * MQTT broker: |
| * IP addresses: 192.168.0.1; | * IP addresses: 192.168.0.1; | ||
| * Port: 1883 (TCP) | * Port: 1883 (TCP) | ||
| Line 83: | Line 87: | ||
| * Port: 5683 (UDP) | * Port: 5683 (UDP) | ||
| * Endpoints: | * Endpoints: | ||
| - | * GET method for < | + | * GET method for < |
| - | * GET method for < | + | * GET method for < |