Skip to content

Releases: icasdri/stabping

0.9.1

08 Dec 04:03
Compare
Choose a tag to compare

This is the first full-featured release of stabping. It

  • displays TCP Ping data in an interactive graph
  • updates the graph live as new data is collected
  • allows the user to configure data collection options via the web interface
  • dynamically loads persistent data as necessary

This release is available for several major platforms: Linux on Raspberry Pi, and 64-bit versions of Linux, MacOS, and Windows (pre-built binaries available for download below).

stabping is still under development and should be considered beta-quality software. Follow the development at icasdri/stabping. Contributions are always welcome. As before, stabping is licensed under the GPLv3+, see COPYING for details.

0.1.3

30 Nov 05:39
Compare
Choose a tag to compare
0.1.3 Pre-release
Pre-release

This release include major changes to the server component that allows it to detect configuration file and data directory locations, and more importantly, collect data and store it persistently. The client in this release is however completely non-functional (no persistent data support, and regression to no live data support).

0.1.2

19 Nov 06:29
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release

Changed deafult listen address for web and WebSockets server to bind to 0.0.0.0 (all connections) instead of just localhost for easier testing on a network. Functionally equivalent to 0.1.1.

0.1.1

18 Nov 17:42
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

This is the initial pre-release of stabping. The web server listens on localhost:5001 and the web sockets server listens on localhost:5002. The server will continue to ping out (via TCP) to google.com:80 and 8.8.8.8:53 every 10 seconds. A live graph will be drawn by the client served at localhost:5001. This is pre-pre-pre-alpha quality software, expect bugs. Follow the development at icasdri/stabping.

stabping is Copyright 2016 icasdri and released under the terms of the GNU General Public License Version 3, see LICENSE.

0.1.0-dummy

18 Nov 17:34
Compare
Choose a tag to compare
0.1.0-dummy Pre-release
Pre-release

This was a dummy release to test release artifact uploading from Travis. The attached binary should work on a Raspberry Pi :).