BigOokie / skywire-wing-commander

Wing Commander is a Telegram bot written in GO designed to help the Skyfleet community manage their Skyminers
MIT License
13 stars 5 forks source link

Too much raw data in connection notification #3

Closed BigOokie closed 6 years ago

BigOokie commented 6 years ago

The Bot app, once started, will send telegram notifications when connections to other Nodes occur. This could be connections you make (outbound) to other nodes, or connections that are being made (inbound) to your nodes from others (which is really the driver for this project).

At the moment you get a verbose list of Node and App keys. This should be revised - to inform you that a connection had occurred (either inbound or outbound)

BigOokie commented 6 years ago

Fixed in v0.0.2-alpha. No longer dumps raw data. Provides a simplified count of all client types and the connection directions (inbound, outbound, or unknown (??)).