For educational reasons I've decided to create my own CA. Here is what I learned.
Lets get some context first.
| #include <stdint.h> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| // munged from https://github.com/simontime/Resead | |
| namespace sead | |
| { | |
| class Random | |
| { |
| /***************************************** | |
| * Read QSee/Zmodo cameras * | |
| * Forward stream to FIFO pipe * | |
| * Author: Daniel Osborne * | |
| * Based on IP Cam Viewer by Robert Chou * | |
| * License: Public Domain * | |
| *****************************************/ | |
| /* Version history | |
| * 0.41 - 2013-05-03 |