• Stars
    star
    3
  • Rank 3,961,110 (Top 79 %)
  • Language
    C#
  • Created almost 3 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Repository for Android application "HW Monitor". Application is used to track and visualize the performance, usage and temperature of the hardware components inside the PC. Communication between the Android phone and PC can be via USB cable or via WiFi (the devices need to be on the same network). Communication part is done through .NET service over TCP protocol. On first usage, user can select to search for the available devices on the network. This part is done using multicasting, where both apps know what endpoints to look for.