Results 1 to 3 of 3

Thread: [RESOLVED] Asynchronous PC monitoring system

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 2011
    Posts
    256

    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.

  2. #2
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    38,943

    Re: Asynchronous PC monitoring system

    Since it's not a question, it belongs in the CodeBank rather than the question section. However, we don't allow the inclusion of compiled code, only source code, since we can't verify the legitimacy of compiled code and have been singed in the past. In this case, it doesn't appear to matter, because the link goes to a page that says that the file has been deleted.
    My usual boring signature: Nothing

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    May 2011
    Posts
    256

    Re: Asynchronous PC monitoring system

    Quote Originally Posted by Shaggy Hiker View Post
    Since it's not a question, it belongs in the CodeBank rather than the question section.
    Sorry about that, I didn't know.

    Quote Originally Posted by Shaggy Hiker View Post
    However, we don't allow the inclusion of compiled code, only source code
    This is a pure source code only (in the rar file you'll find the project files - and the DLLs), no compiled code.

    Quote Originally Posted by Shaggy Hiker View Post
    In this case, it doesn't appear to matter, because the link goes to a page that says that the file has been deleted.
    Good to know, I'll re-upload it from my Google Drive and re-share the link

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