2021-04-05 Eric Adler <tonsofpcs@gmail.com>

* Created pypad_ino713_tcp based upon pypad_ino713, converting from
	UDP to TCP. Added an adjustable delay to account for broadcast air
	delays.
	* Created pypad_nautel based upon pypad_ino713_tcp, including RDS
	parameters from documentation. Includes delay.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-04-05 17:58:19 -04:00
parent 348a8c0e29
commit f1c736876b
5 changed files with 557 additions and 0 deletions

View File

@@ -21388,3 +21388,9 @@
due to over-length text strings.
* Fixed bugs in 'RDCut::setMetadata()' that could throw SQL errors
due to over-length text strings.
2021-04-05 Eric Adler <tonsofpcs@gmail.com>
* Created pypad_ino713_tcp based upon pypad_ino713, converting from
UDP to TCP. Added an adjustable delay to account for broadcast air
delays.
* Created pypad_nautel based upon pypad_ino713_tcp, including RDS
parameters from documentation. Includes delay.