antonpup / Aurora

Unified lighting effects across multiple brands and various games.
http://www.project-aurora.com/
MIT License
1.82k stars 368 forks source link

Constant Upload #342

Closed selmansavas closed 6 years ago

selmansavas commented 7 years ago

Aurora contantly uploading with 3-4kb/s, what is it for?

antonpup commented 7 years ago

That appears to be the AtmoOrb device. It's constantly trying to maintain Orb lights. I will see about fixing it.

Here's the definition of the IP address that you're probably seeing. https://github.com/antonpup/Aurora/blob/master/Project-Aurora/Devices/AtmoOrb/AtmoOrbDevice.cs#L110

Also note, Aurora's Wrappers and GSI implementations may also show up in the networking, as it's trying to communicate to other apps via IPC (for wrappers) or http requests (for GSI).

selmansavas commented 7 years ago

Thanks for fast reply, Great work with Aurora. Do you have a patreon or another type of tip method?

antonpup commented 7 years ago

There are options to donate at the bottom of github project page.