Category Archives: Development

Alpha web version of PyVotons!

At last, I put online a web version of PyVotons!. It is alpha software, not easy to run, lacking a lot of features. You should read the Documentation page before trying to install it. You need Python and python-openssl, on more »

Posted in Development, news | Leave a comment

Soon : alpha version of WebPyvotons

After a few month of slumber, project PyVotons has awaken. It is now moving fast towards an alpha release on this website in the next few weeks. This version should include account creation, poll creation, voter’s listings, voting page and more »

Posted in Development, news | Leave a comment

Client-Server communication protocol

First try for a client-server communication protocol. Requests The client sends requests to the server (including a request ID) and receives an answer (with the same ID). Each request is a JSON object, in fact a python dictionary  : {‘type’:’RequestType’, more »

Posted in Development | Leave a comment