Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phx/tcpweather
Messing around with TCP connections in Go
https://github.com/phx/tcpweather
Last synced: about 1 month ago
JSON representation
Messing around with TCP connections in Go
- Host: GitHub
- URL: https://github.com/phx/tcpweather
- Owner: phx
- Created: 2020-01-26T01:31:32.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-26T01:48:41.000Z (almost 5 years ago)
- Last Synced: 2023-03-07T08:57:27.682Z (almost 2 years ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tcpweather.go
I was just messing around with reading from and writing to TCP connections.
This was some R&D for [Project Divinity](https://github.com/HDN-1D10T/divinity), where I will probably implement this type of configuration
to replace the current implementation of the Google's goexpect package and spawning a native telnet client, which will kill 2 birds with 1 stone
by knocking out a couple of dependencies and allowing full TCP integration with The Divinity Framework for macOS because of breaking functionality
caused by the goexpect package.