Online Counter -- 4
Budget: $10 – $30 USD
Hello,
i have this prototipe for taking notes in c++, and now I need a way to track how many people are using it. I was considering a solution where my computer sends a signal to all computers with the app installed to check if it's ON. Then, the app on the user side is programmed to automatically send a response whenever it receives the signal. This way, my computer can count the number of responses it receives at any given time. My preference is to avoid using any external cloud servers and handle everything on my own computer. Is it possible to implement this? If you can make it happen, please get in touch with me.
Thank you!
i have this prototipe for taking notes in c++, and now I need a way to track how many people are using it. I was considering a solution where my computer sends a signal to all computers with the app installed to check if it's ON. Then, the app on the user side is programmed to automatically send a response whenever it receives the signal. This way, my computer can count the number of responses it receives at any given time. My preference is to avoid using any external cloud servers and handle everything on my own computer. Is it possible to implement this? If you can make it happen, please get in touch with me.
Thank you!