Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Try it Free
$300 Free Credits for Your Google Cloud Projects
Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
<WARNING>
<WARNING>
<WARNING>
"Icmp Ping for Java" is now icmp4j, with native implementations for Linux, Mac, Solaris, Windows.
Currently hosted here:
https://sourceforge.net/projects/icmp4j/
Website:
www.icmp4j.org
</WARNING>
</WARNING>
</WARNING>
ShortPasta-icmp is an ICMP ping implementation for Java with a simple and clean API. Windows is supported natively. Linux is supported by spawning ping.
This project is a simple packet sniffer using libpcap.
It only works on local networks. The code is maily for ethernet devices. If you want to use wireless devices you just need to change the device setting in the code and others remain the same.
Simmon is SIMple MONitor of network. Dedicated daemon running on router collects traffic data, which is read by gui client. Daemon is fast and light C code build on top of libpcap, and client written in Java Swing can be run on any Java capable platform
Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure
Native application identity and user-based security for your Azure cloud
Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
-----------------------------------
This project is no longer being actively maintained (it hasn't been worked on since around late 2006.
I am leaving what code is available.
If you wish to take over this project ...
Please send me a message on my profile
or email me at WilliamDeRieux@gmail.com.
You can also contact me on twitter: https://twitter.com/Neoh4x0r
and Google+: https://plus.google.com/+WilliamLDeRieuxIV/posts
-----------------------------------
This Project's Purpose is...
mod_accounting is a simple Apache module that can record traffic statistics into a database (bytes in/out per http request).
NOTE: this project has been abandoned years ago. The code in the repository needs some fixing in order to be usable.
Also, it needs a security review, especially in the query building part: as it is, %h, %R and %e placeholders could lead to SQL injection.
Simple LAN Monitor aims to develop software for providing the network traffic load trough sniffing. It's based in a server/client arquitecture. It also provides a MRTG plugin.
This interface will allow you to write code to retrieve and send promiscuous network packets from your Java program. It could provide a starting point for a java nmap or such...