User Tools

Site Tools


mosh:transports

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mosh:transports [2025/06/25 15:59] – [WiFi] moshmosh:transports [2026/06/10 13:55] (current) mosh
Line 1: Line 1:
 +<WRAP important>
 +This page is retained for historical reference and may not reflect the current MOSH/IMC/MTRP architecture.
 +See [[guide:architecture_map]] for the current model.
 +</WRAP>
 ====== MOSH Transports ====== ====== MOSH Transports ======
  
Line 28: Line 32:
   * Espressif ESP-NOW(V1)   * Espressif ESP-NOW(V1)
   * Espressif ESP-NOW(V2)   * Espressif ESP-NOW(V2)
-  * WiFi+  * Wi-Fi
   * Serial   * Serial
 +  * Bluetooth (future)
 +  * nRF24L01 (future)
 +  * nRF52840 (future)
 +  * LoRa (future)
 +
 +MOSH is designed to abstract the transport layer so that core functionality (messaging, routing, automation) remains consistent regardless of whether messages are transmitted via ESP-NOW, Wi-Fi, Serial, or future transports.
  
 ==== ESP-Now (v1 and v2) ==== ==== ESP-Now (v1 and v2) ====
Line 44: Line 54:
  
 TTL Serial (UART) is commonly used by MCUs for programming or debugging, but it can also be used for MOSH communication between nodes. This is especially useful for bridging different transport -- for example, a MOSH Controller can connect a UART node to an ESP-NOW or Wi-Fi network, acting as a gateway. TTL Serial (UART) is commonly used by MCUs for programming or debugging, but it can also be used for MOSH communication between nodes. This is especially useful for bridging different transport -- for example, a MOSH Controller can connect a UART node to an ESP-NOW or Wi-Fi network, acting as a gateway.
 +
 +===== Transport Bridging =====
 +
 +MOSH provides a built-in method of bridging transports together. These bridges, called MOSH Controllers, act as relays or protocol translators. This allows multiple MOSH networks to communicate with one another, and allows a MOSH transports to be chosen based on specific use-cases.
/var/www/wiki.moshnetworks.com/data/attic/mosh/transports.1750867181.txt.gz · Last modified: by mosh

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki