This plugin provides a general purpose EBNF driven parser, it can be useful if you need to check syntax of data buffers and take decisions accordingly.
download:
https://drive.google.com/open?id=19z6wbA10IwukRRmyLh9zMC0cU1TorulL
I just published it here:
https://www.construct.net/it/forum/extending-construct-2/completed-addons-29/-plugin-mqtt-133406
Here is my first plugin: an mqtt client.
I wrapped the Eclipse Paho JavaScript Client from: https://www.eclipse.org/paho/clients/js/
which uses websockets. Sample .capx provided.
download at:
https://drive.google.com/open?id=1C59Y6E91vKDPss6GPDU2UsOh24evvdne
Hi, I'm not very skilled in java programming but how hard would it be to make a plugin using this this demo code:
https://github.com/namaggarwal/serverless-videochat
it is a nice serverless video call example and it just requires to exchance a couple of strings between clients (that could be done using the construct2 multiplayer plugin)
Develop games in your browser. Powerful, performant & highly capable.
Hi all,
could I show video from an mjpeg ip camera?
setting the URL ( for example: http: //extcam-11.se.axis.com/axis-cgi/mjpg/video.cgi ) as source property doesn't work.
Thanks