Skip to content

Latest commit

 

History

History
87 lines (38 loc) · 3.51 KB

README.md

File metadata and controls

87 lines (38 loc) · 3.51 KB

Dpdl-sample-Apps

Dpdl

			www.dpdl.io

This repository contains some sample applications implemented with: Dpdl (Dynamic Packet Definition Language)

https://github.com/Dpdl-io/DpdlEngine

The purpose of the small applications listed here is to serve as demonstrators to show some features and language constructs of Dpdl.

Therefore the apps listed here are considered to be small prototype applications written with Dpdl.

Dpdl sample Apps:

3D visualization and animation of chemical molecules

Dpdl3DMolecules

VIDEO of Dpdl3DMolecule app in action

DpdlWebsBrowseApp - an embedded Web-server with a web-browser UI

DpdlWebsBrowseApp

VIDEO of DpdlWebsBrowserApp in action

DpdlMQTTApp - an embedded MQTT server and MQTT client with simple UI

DpdlMQTTApp

DpdlSimpleCryptApp - a simple application module for AES-128 encryption/decryption of strings of data

This Dpdl application module provides two basic functions for encryption/decryption of strings of data with AES-128 using the open source 'TinyCrypt' C library from Intel

DpdlSimpleCryptApp

DpdlCryptoTransactionApp - a simple application to create and sign Ethereum (ETH) transactions

Simple Dpdl sample application that used the 'libethc' C library to create and sign transaction that can than be sumitted to the network

DpdlCryptoTransactionApp

DpdlWeb3DApp - a 3D visualization in the web browser

Dpdl sample application that creates a 3D visualization in the web browser with WebGL

DpdlWeb3DApp

VIDEO of DpdlWeb3DApp in action

DpdlSoundAudioApp - a sample Dpdl application to emit sound audio waves via various audio backends available

Dpdl sample application that emits audio waves via various audio backends implemented with embedded C code using the cross-platform 'libsoundio' C library

DpdlSoundAudioApp

DpdlCelsiusConverterApp - a simple Celsius to Fahrenheit converter app with UI

Dpdl sample application that creates a simple UI to convert degree values from Celsius to Fahrenheit. The app makes use of embedded 'Clojure' code

DpdlCelsiusConverterApp