docs:blox:blox-wifi-messages

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docs:blox:blox-wifi-messages [2024/08/28 17:21]
admin
docs:blox:blox-wifi-messages [2024/08/28 17:26] (current)
admin
Line 24: Line 24:
  
 This setup provides a flexible and extensible way to manage inter-device communication and integration with other networked applications. This setup provides a flexible and extensible way to manage inter-device communication and integration with other networked applications.
- 
-**Technical Details**: 
- 
-BLOX sends and receives on port 49160 
- 
-Data is sent as a simple string in the format idtag=value. For analog sensors the value is the numeric value. For digital sensors its 0/1 respectively. Quite simple and easy 
  
 ===== 6.6.3.2 Sending Messages ===== ===== 6.6.3.2 Sending Messages =====
Line 38: Line 32:
  
 ^Sending an analog sensor value^Sending a digital sensor value| ^Sending an analog sensor value^Sending a digital sensor value|
-|{{:docs:blox:pasted:20240828-170512.png}}|{{:docs:blox:pasted:20240828-170512.png}}|+|{{:docs:blox:pasted:20240828-170512.png}}|{{:docs:blox:pasted:20240828-172440.png}}|
  
 ---- ----
Line 49: Line 43:
  
 ^Receiving analog sensor value^Receiving digital sensor value| ^Receiving analog sensor value^Receiving digital sensor value|
-|{{:docs:blox:pasted:20240828-170512.png}}|{{:docs:blox:pasted:20240828-170512.png}}|+|{{docs:blox:pasted:20240828-172622.png}}|{{:docs:blox:pasted:20240828-172524.png}}|
  
 ---- ----
Line 64: Line 58:
  
 {{:docs:blox:pasted:20240828-171245.png}} {{:docs:blox:pasted:20240828-171245.png}}
- 
  
 ---- ----
Line 70: Line 63:
 ===== 6.6.3.4 3rd party integration ===== ===== 6.6.3.4 3rd party integration =====
  
-You can use your own code to send and receive UDP messages in the formag of idtag=value on port 49160+You can use your own code to send and receive UDP messages in the format of idtagstring=value on port 49160 
 + 
 +**Technical Details**: 
 + 
 +BLOX sends and receives on port 49160 
 + 
 +Data is sent as a simple string in the format idtag=value. For analog sensors the value is the numeric value. For digital sensors its 0/1 respectively. Quite simple and easy
  
 For example: Sending via a custom nodejs program For example: Sending via a custom nodejs program
docs/blox/blox-wifi-messages.1724865680.txt.gz · Last modified: 2024/08/28 17:21 by admin