An open API service indexing awesome lists of open source software.

https://github.com/lobaro/go-udp6test

Simple UDP6 Test server intended for first steps with "LOBARO IPV6 UNIVERSAL BOX"
https://github.com/lobaro/go-udp6test

Last synced: 7 months ago
JSON representation

Simple UDP6 Test server intended for first steps with "LOBARO IPV6 UNIVERSAL BOX"

Awesome Lists containing this project

README

          

/** **************************************************************************
* Copyright (c) 2015 Lobaro UG (haftungsbeschränkt)
* T.Rohde
*
* ### Lobaro.com Simple UDP Test ###
*
* Description:
* - This app sends out the current time as string to an given IPv6 address via UDP.
* - The interval for transmison of these udp packets is one second.
* - The remote address and port must be set as commandline parameter.
* - Local port will be choosen randomly by the operating system.
* - Any received data will be simly shown on the command line as string.
*
*****************************************************************************/

usage: udptest.exe [IPv6_of_LobaroBox:Port]
Example: udptest.exe [fe80:0000:0000:0000:0211:7d00:0030:8e3f]:5684