Results 1 to 3 of 3

Thread: [RESOLVED] Asynchronous PC monitoring system

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 2011
    Posts
    260

    Resolved [RESOLVED] Asynchronous PC monitoring system

    This thread is mostly to thank @jmcilhinney and Jonathon Aroutsidis (Johno-ACSLive) for helping me with this project!

    You can find likes here:
    @jmcilhinney Code bank
    @Johno2518 GitHub

    To share my progress (and to get help from our AWESOME community)


    A little background:
    I work as an IT manager at a chain of private schools.
    We used to have Faronics as our Antivirus, but we moved to something else.
    Faronics has a feature that shows the computer info (IP address, logged on users, etc...), and I miss that feature...

    So I decided to make my own...

    In this project, I have a Server to multi Client utilizing Asynchronous TcpListener & TcpClient.

    At the moment, the Server is an app, but I'm planning to move it to a Service. (The Client is a Service already)

    --- NOTE: Client must be configured to x64 CPU ---



    ToDo:
    * Move the Server to a Service
    * Create a Server and Client GUI interface
    * Create a Setup to install Server/Client service and GUI to Program Files
    * choose the Server IP address in Installation
    * Client sends info about every 5min to update Server


    You can download the source code from HERE, feel free to use it...

    If you have any suggestions to make my code nicer, please let me know...


    EDIT 1:
    Re-uploaded the projects to Google.

    Edit 2:
    Added the Edit section...
    Last edited by threeeye; May 12th, 2022 at 12:10 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width