HvA project Implementation - 2015
|
|
%!s(int64=10) %!d(string=hai) anos | |
|---|---|---|
| ARS Server | %!s(int64=10) %!d(string=hai) anos | |
| Android app | %!s(int64=10) %!d(string=hai) anos | |
| Documentation | %!s(int64=10) %!d(string=hai) anos | |
| SAS:APS Server | %!s(int64=10) %!d(string=hai) anos | |
| README.md | %!s(int64=10) %!d(string=hai) anos |
This project implementation, for the University of Applied Sciences of Amsterdam/ Hogeschool van Amsterdam.
Feel free to copy/use it for your own project.
Keep in mind that it took me several days/weeks, beers and asperines to make this.
So be nice, and give me some credit, I won't bite and it won't hurt you.
Now that is said, I can explain what I've made. First of all you need to understand the different parts of this project. There are 4 different parts
Each part has its own folder in this repo. (Except for SAS and APS, same servlet).
There are 2 scenarios, 1 where the user has no device registered and 2 the case where there is a device registered.
A simple overview if the device is not registered in our APS:
When a device is already registered in our APS it goes as followed:
You can find all the SAS error codes in the ErrorCode.java class