PLPD Desktop - An currently abandoned project that you can leech code from

Messages
901
Reaction score
2,533
Points
790
Location
Netherlands
Hello everyone,

A while back I was tinkering with RESTful API's for PLPD Online, but that plan was swiftly swooped away from the table back when PLPD Online still had it's "teletubby" theme.

Therefor I have made the decision to open-source a very work in progress application that I started working on back in the day, which has some neat little code snippets that could be of use to people.

Useful stuff includes:
  • How to check if a webserver is online
  • Serializing and deserializing classes and objects to a binary file for easy storage
  • MD5 hashing
  • PLPD.Offline memes
https://gitlab.com/plpd/plpd-desktop

This particular project I made as a school project may also be useful, it includes Lua scripting support, an ASP.NET self-hosted API and an web-based control panel using VueJS.

https://github.com/defibio/defib-windows-daemon

Disclaimer: PLPD Online does not hash it's passwords with MD5, it's merely in the code because it's a neat way to verify file contents to a certain degree.

This code comes without support, using it is your own responsibility.
 
Last edited:
Top