Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shrutika252/smart-network-observer-with-energy-framework
A Network Observer which would provide maximum details about the network to the administrator on their screen without knowing to their users.
https://github.com/shrutika252/smart-network-observer-with-energy-framework
java networking observer socket-programming
Last synced: 2 months ago
JSON representation
A Network Observer which would provide maximum details about the network to the administrator on their screen without knowing to their users.
- Host: GitHub
- URL: https://github.com/shrutika252/smart-network-observer-with-energy-framework
- Owner: Shrutika252
- Created: 2022-07-13T11:46:03.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-13T13:57:50.000Z (over 2 years ago)
- Last Synced: 2023-05-09T20:23:49.382Z (over 1 year ago)
- Topics: java, networking, observer, socket-programming
- Language: Java
- Homepage:
- Size: 65.5 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Smart-Network-Observer-With-Energy-Framework
A Network Observer which would provide maximum details about the network to the administrator on their screen without knowing to their users. We can say that this network observer is a type of one-stop troubleshooting powerhouse. Observer offers real-time monitoring and troubleshooting, as well as a complete trending and base lining collection system to view historical data collected for days or weeks.![image](https://user-images.githubusercontent.com/71875791/178744981-a9786fc8-363b-4b1c-964c-5929ccddeeb2.png)
Login Window
Smart Network Observer will help the Admin in fulfilling these tasks. It provides the following functionalities:i. Listing all the machines in the network along with their IP address.
ii. Listing all the processes currently running on the client side.
iii. Giving details about a selected process.
iv. Killing the selected processes.
v. Capturing client screen.
vi. Listing of all installed software on client machine.
vii. Shutting down or restarting selected client machines.
![image](https://user-images.githubusercontent.com/71875791/178751464-861e3c9b-7c36-48e0-bf54-49c9cfeadc59.png)
Flow of Process
Modules of Project:
• Login Module:
In this module Admin will login. Once he/she is login there will be all machines visible in network.• Tracking:
Admin can track the machine. If any suspicious event is found than it will start recording. Admin can also see all available process.• Shutdown or Close Processes:
Admin can close or block the processes or shutdown the machine.• Memory Management:
Admin will manage the memory allocated to each process present on the client machine.
• Process Management:
The Admin through the server can handle the state and resource ownership of each process.