All Projects → Eun → icmpmon

Eun / icmpmon

Licence: MPL-2.0 license
A simple ICMP monitor with web interface.

Programming Languages

javascript
184084 projects - #8 most used programming language
go
31211 projects - #10 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to icmpmon

ddos
Simple dos attack utility
Stars: ✭ 36 (+9.09%)
Mutual labels:  ping, icmp
Icmplib
Easily forge ICMP packets and make your own ping and traceroute.
Stars: ✭ 58 (+75.76%)
Mutual labels:  ping, icmp
pexpo
💻 Terminal sending ping tool written in Go.
Stars: ✭ 89 (+169.7%)
Mutual labels:  ping, icmp
gen icmp
ICMP protocol implementation for Erlang without NIFs
Stars: ✭ 26 (-21.21%)
Mutual labels:  ping, icmp
Go Ping
A simple ping library using ICMP echo requests.
Stars: ✭ 158 (+378.79%)
Mutual labels:  ping, icmp
ComputerNetworks-unipd2018
Tips and resources to easily pass the "Computer Networks" practical exam ("Reti di calcolatori") in Padua
Stars: ✭ 21 (-36.36%)
Mutual labels:  ping, icmp
Fping
High performance ping tool
Stars: ✭ 652 (+1875.76%)
Mutual labels:  ping, icmp
BackToTheFuture
Respond to pings before they even arrive at the server
Stars: ✭ 18 (-45.45%)
Mutual labels:  ping, icmp
Ping exporter
Prometheus exporter for ICMP echo requests using https://github.com/digineo/go-ping
Stars: ✭ 134 (+306.06%)
Mutual labels:  ping, icmp
Pingtunnel
ping tunnel is a tool that advertises tcp/udp/socks5 traffic as icmp traffic for forwarding.
Stars: ✭ 1,904 (+5669.7%)
Mutual labels:  ping, icmp
Pingtop
🏓Ping multiple servers and show results in a top-like terminal UI.
Stars: ✭ 328 (+893.94%)
Mutual labels:  ping, icmp
ICMP-server
simple web app that use icmp protocol to check some devices if there are up or not
Stars: ✭ 16 (-51.52%)
Mutual labels:  ping, icmp
Networkmanager
A powerful tool for managing networks and troubleshoot network problems!
Stars: ✭ 1,296 (+3827.27%)
Mutual labels:  ping, icmp
kping
Large Scale, High Performance flood ping.
Stars: ✭ 16 (-51.52%)
Mutual labels:  ping, icmp
pingo
Ping library for Golang with multi-host support
Stars: ✭ 36 (+9.09%)
Mutual labels:  ping, icmp
v-intl
Add i18n to your awesome Vue 3 app 🔉
Stars: ✭ 13 (-60.61%)
Mutual labels:  vue2
janak
Your next vue.js package!
Stars: ✭ 26 (-21.21%)
Mutual labels:  vue2
upmail
Email notification hook for https://github.com/sourcegraph/checkup.
Stars: ✭ 62 (+87.88%)
Mutual labels:  ping
vue-template-babel-compiler
Enable Optional Chaining(?.), Nullish Coalescing(??) and many new ES syntax for Vue.js SFC based on Babel
Stars: ✭ 106 (+221.21%)
Mutual labels:  vue2
generator-vue-impression
Yeoman generator for mobile Vue 2.0 project.
Stars: ✭ 13 (-60.61%)
Mutual labels:  vue2

ICMPMON

A simple ICMP monitor with web interface.


Demo

Prebuilt files are in the Releases section.

Running

icmpmon -c config.hjson

Warranty

This product comes without warranty in any form.

Building

Requirements

  • golang 1.8
  • gcc (for *nix)
  • tdm64-gcc (for windows)

Building

git clone https://github.com/Eun/icmpmon.git
go get -u github.com/jinzhu/gorm/...
go get -u gopkg.in/eapache/channels.v1
go get -u golang.org/x/net/websocket
go get -u github.com/hjson/hjson-go
go get -u github.com/jteeuwen/go-bindata/...
cd icmpmon
./make.bat

Other notes

Uses mozilla's metrics-graphics.

Changelog

0.8:
    Initial release

0.6:
    Switched to metrics-graphics

Contributing

Pull requests are welcome.

Work that can be done

  • Improve webinterface, better charts? or rewrite it at all?
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].