22 February 2025
"Fantastic, I've just finished this extensive project. Now all I have to do is document it!" I thought after pushing the latest version of my latest C++ project. Needless to say, it is not that simple (or is it).
20 December 2024
I have recently been trying to create a new iOS app to track Bus locations in real-time. This app uses an AWS API Gateway to retreive real-time bus locations. I have created a C++ library OpenID to handle authorisation requests in order to access the API. This library uses the AWS-SDK-CPP library to interact with the server.
18 December 2024
I have recently been trying to create a new iOS app to track Bus locations in real-time. The location data is taken from the UK's Bus Open Data Service. Having managed to get the prototype app to load some bus data directly from this service, I decided to use an AWS API Gateway as the access point to the API. At some point I will write a guide to setting this up as it took me a while to figure it out.