So you might be wondering, where's my FYP Project?


Yeah, about that.

It was expensive to keep it alive,

therefore... it's dead.


But you can read about my experience making it instead!


In laymans terms, it is a system developed using an open source project called Eclipse Hono, that is running on a kubernetes cluster. For people who has experience with kubernetes, it will probably be quick for you to get it up and running. But for anyone who has never touched it, join in for the ride!


First, you'll need to use Linux! But don't worry, you don't need to wipe your drive or dual boot, using the Ubuntu Windows Subsystem for Linux (WSL) will suffice. So head on over to the Windows Store and download the latest version of the Ubuntu WSL.


After that, open up the Ubuntu WSL, and type in the following commands:


  • sudo apt update
  • sudo apt install snapd
  • sudo snap install helm –classic
  • sudo snap install kubectl –classic
  • sudo snap install doctl
  • sudo snap connect doctl:kube-config
  • sudo snap connect doctl:ssh-keys :ssh-keys
  • sudo snap connect doctl:dot-docker



  • [INCOMPLETE]