Windows Sound alarm for missed phone call from important number
I have almost finished Android app, Windows app and server for alerting with sound for missed call that matches list of important numbers. Only some fine-tuning and setting up the “production” server to do.Extensive use of AI (chatgpt/Gemini) made this possible. Project uses following technologies:– .NET Forms C# system tray app– FastAPI-server for Post message (from phone) and websocket connection (to Windows app) – Redis server for FastAPI messages– Android app using kotlin for listing…