An open API service indexing awesome lists of open source software.

https://github.com/ppintosilva/smart-cameras


https://github.com/ppintosilva/smart-cameras

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Smart Cities: Speed Cameras
#### *CSC8110 - Cloud Computing Coursework @*
#### *Newcastle University*
----

## Installation

In the same directory as this README file, do:
```
pip install -e .
```
Preferably run this in a separate virtualenv.
If using virtualenvwrapper, just call this before pip install:
```
mkvirtualenv test
```

## Functionality location

#### Task 1
Files:
```
smartcameras/speedcamera.py
smartcameras/vehicle.py
smartcameras/cloudhook.py
smartcameras/azurehook.py
```
Classes:
```
SpeedCamera
Vehicle
CloudHook
AzureHook
```

#### Task 2 through 5
Files:
```
smartcameras/subscriber.py
smartcameras/storagehandler.py
```
Classes:
```
AzureSubscriber
PersistentSubscriber
CameraRegister
VehicleRegister
PoliceMonitor
VehicleInspector
```

#### Demo Scripts
Directory:
```
bin/
```

*Pedro Pinto da Silva*