Android Networking Plugin (MulticastLock) - Request for Corona Enterprise user to package up plugin

Hi, do any Corona Enterprise users familiar with making Android plugins feel like being generous and creating a very simple plugin for all to use (or it can be paid if you want, im happy to buy the plugin). Basically the plugin is to aquire and release a MulticastLock. This will resolve the issue whereby some Android devices (eg Motorola devices in particular have this issue) will block receiving UDP network traffic that is sent to a broadcast address such as 255.255.255.255

This proposed plugin would resolve this issue by giving our corona apps a way to aquire the MulticastLock needed to allow the device to receive that network traffic.

Pretty much all the code needed is here in the answer to this Stack Overflow question, would just be a matter of creating 2 simple functions, one to aquire and one to release the lock.

https://stackoverflow.com/questions/13221736/android-device-not-receiving-multicast-package

Thanks