Xiexe / XSOverlay-Issue-Tracker

This is a public repository for tracking issues with XSOverlay. There will be no other activity here other than bug reports / feature requests.
10 stars 4 forks source link

Add option to make UDP port non-local #223

Open koshisan opened 2 years ago

koshisan commented 2 years ago

Feature Description: Add an option to NotificationAPIConfig.json to allow access to the defined UDP port over the network

Additional context: This would be extremly helpful for smarthome notification, etc. that could be forwarded even in VR. Live example for my usecase would be the doorbell ringing or someone calling on my phone. I already have an infrastructure to aggregate/log these kind of events and generate notifications on several devices - none of which I would notice when in VR. If security is a concern one could always filter on specific sender IPs/netmasks.

koshisan commented 2 years ago

Update: Would go together especially nice with #128 and #127