Coder Social home page Coder Social logo

scriptfusion / updown-meter Goto Github PK

View Code? Open in Web Editor NEW
36.0 6.0 5.0 197 KB

:chart_with_upwards_trend: Network activity graph.

License: GNU General Public License v3.0

C# 94.33% Inno Setup 5.67%
graph updown-meter tray-icon network-graph network-connection internet-connection

updown-meter's People

Contributors

bilge avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

updown-meter's Issues

Wrong icon size used in system tray

The application icon contains 16x and 32x sizes but windows selects the 32x size icon and downscales it using a crude algorithm that renders the icon in an unappealing way. This needs to be investigated and fixed so it uses the prescribed 16x version.

Installer needed

To easy deployment a simple installer should be used to distribute the application instead of expecting users to extract files manually.

Minimize/restore acts strange when not always on top

If the window is restored, but no longer the active window, clicking the taskbar button causes the app to become hidden even though it is not currently visible anyway. If the app is not active, clicking the taskbar button should always cause the app to be displayed.

๐Ÿ“ This issue does not affect the app when running in topmost mode.

Automatic update check

It might be useful to have the application periodically check for updates. It should be possible to query the GitHub releases to determine if a newer version has been published.

Add tooltips for toolbox icons

Currently the only way to know what the toolbox icons do is to either explore the verbs on the tray icon context menu or to just click on them and observe. This could be enhanced by better documentation but I believe an application should be self-explanatory, without relying on documentation, so the best answer seems to be tooltips.

Automatic graph scale calibration

It is too tedious to manually calibrate graph speed. The application should be able to enter a calibration mode during which time it samples the adapter speed and detects the maximum throughput until calibration mode ends.

New logo

The current logo sucks. Let's design a new one.

Show control borders in design mode

There is significant disparity between how forms look at runtime and how they appear at design time. It is desirable to have them look as similar as possible in both modes. In particular, many border lines are currently not drawn in design mode.

Add colour customization

It should be possible to reskin the entire net graph window, perhaps with support for theme files so different schemes can be shared with other people.

Automatic byte unit scaling

Presently all units are displayed in kilobytes per second in cramped UI spaces. Large values will probably not fit on the display. Regardless of whether they fit, it is probably preferable to select the most appropriate byte scale depending on the actual value as in ByteFormatter.

Create test suite

There are currently no tests for the entire application. Every part can and should be tested by a separate test project to achieve complete code coverage.

Filter LAN traffic

In order to monitor just Internet traffic it should be possible to filter LAN traffic on the specified network adapter (or vice versa). The current API does not support this level of traffic inspection so research must be conducted to discover an alternative method of adapter sampling.

Add icons for UL/DL raw/avg

The status bar is quite cramped at present. Converting some of the text to icons would save space and be more intuitive at-a-glance.

Independent scale for upload/download limits

Some Internet connections have unequal upload and download capacities. Typically the upload cap is less than that of the download. In such configurations, the upload bar will never reach the same height as the download because they share the same scale. Generally it makes sense for them to share the same scale since they remain proportional to each other, but some users might prefer unlinked scales such that both streams can utilize the full height of the graph.

It might be worth implementing this separately for the graph and the tray icon meters such that this feature can be toggled independently for both.

Alternatively it might suffice to just add a second peak line.

Merge dependencies into monolithic executable

Although there exists several tools to merge assemblies there have been problems with the ones investigated so far.

Fody/Costura seems to be the best solution available but currently suffers from a blocking bug.

ILMerge was the classic solution but hasn't been updated since 2012 and seems to modify the .NET Framework dependency version. When I tried to run it, it failed to merge with an error.

Load application at system start-up

A setting to load the application at system start-up should be added. However, this introduces platform-dependant code into the application which needs to be handled carefully if cross-platform support is to be achieved/maintained in future.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.