Bittorrent is a P2P file sharing protocol which accounts for over 25% of traffic on the internet. In P2P file sharing,a software client on an end-user PC request a file,and portion of the requested file residing on peer machines are sent to the client and then reassembled into a full copy of the requested file. We created our own .mtorrent for this purpose and which contain the SHA1 of the corresponding file and all other necessary details related to tracker and its own Id. We also handled the fault tolerance on network by maintaining two trackers instead of one.
Built a Distributed AI on the Edge Platform that is capable of managing & deploying tensorflow models using tensorflow serving. The platform was built using micro-service based architecture with features like auto-scaling, scheduling, centralized logging, monitoring, notification, high-availability and fault tolerance.