Skip to content

kallistisoft/PocuterUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PocuterUtils -- Pocuter Utility Libraries, CLI Tools, and Applications

PocuterUtils is a collection of applications, command-line tools, and utility libraries for developing software for the Pocuter ecosystem

At this point in time, some of the apps require the Kallistisoft fork of the Pocuter Library


Developer Tools

convert-icon.sh
Utility for converting images to base64 strings suitable for inclusion in Pocuter App metadata files

pocuter-deploy
Utility for compiling, packaging, and uploading applications to the 'Code Upload Server'

NOTE: The 'pocuter-deploy' tool has been integrated into the Official Pocuter GitHub Repository, all future updates will posted to that repository!


Utility Libraries

PocuterUtil::Keyboard
Utility class for quickly implementing a keyboard interface. It supports compossible character sets, special handling for numeric, float, ip address, and hostname input. It also supports user-defined character sets and real-time post-processing for creating 'smart' keyboards


Utility Applications

'Code Upload Server'
A Pocuter application for installing applications via the web, features an HTML5 web interface and command line tool

NOTE: The 'Code Upload Server' has been integrated into the Official Pocuter GitHub Repository, all future updates will posted to that repository!

SDCardUtil
A Pocuter application for mounting/unmounting the sd card while the system is running (requires pocuter library fork)

KeyboardDemo
A Pocuter application demonstrating advanced usage of the PocuterUtil::Keyboard object