We are interested in implementing ZeroMQ with Corona SDK for realtime data updates. 0mq has been compiled for IOS:
http://def.reyssi.net/blog/2013/01/01/compiling-libzmq-as-a-universal-static-library-for-iOS/
http://zeromq.org/build:iphone
There is a Lua binding for 0mq:
http://zeromq.org/bindings:lua
We need to do realtime updates at a rate of at least 5 times per second over the network. 0mq is designed for this sort of thing so we are considering it.
According to the few posts we’ve found, compiling 0mq for IOS is pretty finicky about compilers. What compiler does Corona SDK use so we can make sure we avoid linker errors?
Is there an existing approach already part of the Corona SDK that provides 0mq-like functionality?
Thanks,
–Scot