pylacewing 0.8 has been released! Should be compatible with the new build![]()
pylacewing 0.8 has been released! Should be compatible with the new build![]()
pylacewing 0.8.1 has been released, which fixes a bug where number server messages wouldn't be received by the client (because fixed-size numbers hasn't been implemented in the C++ client yet)
Mathias, I've used two Server Controllers and basically aquadasoft.com server doesn't receive any number channel, or number peer messages less than 32768.
(Lacewing server objects work fine as well as klikfarm.)
Well, I'll have to check that out! It probably still has to do with the fixed-size number messages, as 32768 is actually the max value for a signed short. Next release out soon, hold on...
Aha! Old version alarmWill update the server now
![]()
Thanks for all your hard work, I'm really loving pylacewing right now!
Keep it up!
Thanks a lot! Means a lot to me when people use/appreciate my work![]()
Be sure we all love what you did with pyLacewing, Mathias. It's a great tool for me.
pylacewing has been updated to version 1.0 (milestone, woohoo)! Use it with build #18.
The API has changed a bit so it works with the new protocol (especially in regards to disconnect() and whatnot), so be sure to check out the updated tutorial, documentation and example files.
I've also uploaded pylacewing to PyPI, so now you can install it by a comfortable
Otherwise, just do the usual "python setup.py install".Code:python -m easy_install pylacewing
It can also still be found on Google Code.
pylacewing will soon be updated on PyPI and Google Code to be compatible with build #19. Until then, fetch it from GitHub.