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"
- Host: GitHub
- URL: https://github.com/lobaro/go-udp6test
- Owner: lobaro
- License: mit
- Created: 2015-09-09T17:40:35.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-09T18:09:19.000Z (about 10 years ago)
- Last Synced: 2023-03-06T18:46:58.739Z (over 2 years ago)
- Language: Go
- Size: 141 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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