Files

Files

The latest release is available for downloading by the links below:







    • Related Articles

    • Simple PHP receiver for multipart post

      This simple receiver may be used with any HTTP server which supports PHP extension. ff_post.php <?php $uploaddir = 'log/'; echo "<pre>\n"; $uploadfile = $uploaddir . basename($_FILES['event']['name']); if ...
    • Block/Allow lists upload

      curl -v --anyauth "http://root:pass1234@10.0.3.173/local/fflprapp/allow_list.cgi" -s -d@allow.xml curl -v --anyauth "http://root:pass1234@10.0.3.173/local/fflprapp/block_list.cgi" -s -d@block.xml Lists examples: block.xml, allow.xml Please use xml ...
    • Managing License Plate Blacklist and Whitelist

      CAMMRA offers the functionality to add license plates to both the blacklist and whitelist. You can conveniently add license plates directly through the web interface or import them from a CSV file. Here's how to manage the lists: Web Interface ...