kopia lustrzana https://github.com/rpp0/gr-lora
29 wiersze
609 B
XML
29 wiersze
609 B
XML
<?xml version="1.0"?>
|
|
<block>
|
|
<name>Message Socket Source</name>
|
|
<key>lora_message_socket_source</key>
|
|
<category>[LoRa]</category>
|
|
<import>import lora</import>
|
|
<make>lora.message_socket_source($addr, $port)</make>
|
|
|
|
<param>
|
|
<name>UDP IP Address</name>
|
|
<key>addr</key>
|
|
<value>"127.0.0.1"</value>
|
|
<type>string</type>
|
|
</param>
|
|
|
|
<param>
|
|
<name>UDP Port</name>
|
|
<key>port</key>
|
|
<value>40868</value>
|
|
<type>int</type>
|
|
</param>
|
|
|
|
<source>
|
|
<name>out</name>
|
|
<type>message</type>
|
|
</source>
|
|
|
|
</block>
|