-
Matador lite v1.1
03/31/2016 at 02:11 • 0 commentsWith version 1.1 came the ability to write the encrypted text to file. View results.txt in this projects file section to see an example of some song lyrics ran through the algorithm. If you can decode this I would give you major props. Any hackers want to give it a try?
-
Matador lite v1.0
03/30/2016 at 14:20 • 1 commentMatador lite v1.0 cryptographic encoder has been successfully written in Python and tested. This is the alpha test for the eventual Red Matador chromocrytographic encoder that will be the final product. The algorithm is designed as a keyless lite encoder for non-critical data. The idea is creating an encoded version of text/file and being able to decipher it using the embedded logic of the binary file it produces. This "key in the code" format allows anyone with the algorithm to break the code.
-
Internet controlled LED phase 1
03/08/2016 at 19:32 • 0 commentsThe server now has its camera pointed to an LED connected to the raspberry Pi via jumper cables. A php script is used to turn on/off the LED from any internet connected device in the world. Currently the buttons are not working but you can add php commands to the URL to control the LED. By adding gpio.php?on=ON it toggles on and obviously gpio.php?off=OFF turns it off. You have to reload the main index.html (front page) to see the result.
When the webcam can stream it, the interface will be more practical along with php code being corrected.
Clicking the on/off button will only give a server erro
-
Wecam phase 2
03/07/2016 at 13:56 • 0 commentsWecam is up and running. Currently you have to refresh the browser to update the image. Phase 3 will include javascript to auto-update image. View at redmatador.ddns.net
-
Internet controlled webcam phase 1
03/07/2016 at 00:58 • 0 commentsArduCam installed to the raspberry Pi and is actively writing to a jpg file. Working on jpg-streamer actively streaming jpg file to port 8080 but it is conflicting with the website. This week I will work on directly embedding the image to the website and refreshing it with code