1 / 12

Internet Bandwidth monitor

Presented by: Subek Shakya Sudip Shrestha Sujan Thapa. Internet Bandwidth monitor. Contents. Overview. Monitors our computer’s internet bandwidth usage. Records data in the database for future. Presents the data in graph. Is Open – source . System Architecture. Used API’s. Jpcap

mignon
Download Presentation

Internet Bandwidth monitor

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Presented by: SubekShakya SudipShrestha SujanThapa Internet Bandwidth monitor

  2. Contents

  3. Overview • Monitors our computer’s internet bandwidth usage. • Records data in the database for future. • Presents the data in graph. • Is Open – source.

  4. System Architecture

  5. Used API’s • Jpcap • JFreeChart • Objectdb

  6. Jpcap-API • Open source library for capturing and sending network packets. • Can save captured packets to an offline file. • Runs on: • Microsoft Windows (98/2000/XP/Vista) • Linux (Fedora, Mandriva, Ubuntu) • Mac OS X (Darwin) • FreeBSD • Solaris.

  7. JFreeChart-API • Consistent and well-documented API, supporting a wide range of chart types. • Supports many output types - Swing components including PNG and JPEG images.

  8. Objectdb-API • Database is a single file - easier backup, transfer and management. • No proprietary API - managed only by standard Java APIs (JPA 2 / JDO 2). • Suitable for database files ranging from kilobytes to terabytes. • Can easily be embedded in applications of any type and size.

  9. Completed Activities • Proposal submission • Codes for: • Calculation of packet size every second. • Writing into the database. • Simple GUI.

  10. Challenges Faced • Packet capturing- since there are no any inbuilt Java libraries. • Freezing issues – solved by making multiple threads. • Making automatically updating JLables. • Creating dynamic graphs/charts.

  11. To – Do’s

  12. Any Queries? THANK YOU!

More Related