Giving the home secretary a helping hand.
I'm not sure if people get the scope of the "snooper's charter" that is still on the table. So, I'll be using the extension in this repository to stream my web browsing metadata in real-time to anyone that cares to look at it for a while.
If anyone else wants to take part, you're more than welcome; I'll setup an account and topic on the MQTT server.
When I get the front-end written, I'll put a link up here.
This is a bit more stable than my other Chrome extension, but installation is by hand because I don't see there being a large installation base for this:
- Clone the repository from GitHub.
- Enable "Developer Mode" in the Google Chrome extensions configuration page.
- Selected "Load unpacked extension...".
- Browse to and select the "extension/chrome" directory where you cloned the repository.
Raise an issue if I'm wrong about the demand.
This is the web application that users can connect to and monitor any browsing activity from ICRA extensions.
To run the application locally:
- Install Go.
- Download and extract this code into your $GOPATH/src directory.
- Change into the application directory.
- Run 'go run app.go'.
- Access the application in a web browser at http://localhost:8080.
As ever, help with any of these things would be appreciated:
Building a single-page site that will stream my traffic.Deploying an MQTT server without a 10-client limit.Fixing outstanding bugs in the extension and making it more robust.- Localising the extension user interface.
Help with the second todo would be great.
The Eclipse Paho team and Rodney Rehm for URI.js.