Example Program
Quickly build the lwa program of CUTOS, let's get started!
Download project template
Name | Description | Usage | Code | Download Template |
---|---|---|---|---|
demo-core-api | Core Platform API Example | See Platform API | code | Download |
demo-database | Database Example | See Database | code | Download |
demo-printer | Printer Example | See Printer | code | Download |
demo-id-card-reader | ID Card Reader Example | See ID Card Reader | code | Download |
demo-id-card-reader-hs | Huashi ID Card Reader Example | See ID Card Reader | code | Download |
demo-id-card-reader-st | Qixing Linghang ID Card Reader Example | See ID Card Reader | code | Download |
demo-mbb-bp-workstation | Pulse Wave Blood Pressure Workstation Example (with Receipt Printer / BP & Pulse / Qixing Linghang ID Reader) | See BP Monitor and Receipt Printer | code | Download |
demo-electronic-scale-jy | Jinyao Electronic Scale Example | See Electronic Scale | code | Download |
demo-NFC | NFC Example | See NFC | code | Download |
demo-fingerprint | Fingerprint Example | See Fingerprint Recognition | code | Download |
demo-cloud-printer-java | Cloud Printing APP Example | code | Download | |
demo-cloud-printer-agent | Cloud Printing LWA Example | code | Download | |
demo-gw-app-service | Gateway APP Service (Java) Example | See GW Java API | code | Download |
demo-gw-app-service-web | Gateway APP Service (Web) Example | See GW Web API | code | Download |
demo-ai-face-detect | AI Face Detection Example | See Face Recognition | Download |
Download SDK
Name | Version | Download |
---|---|---|
cutos-gw-app-lib | 3.0.0 | Download |
Note: ️node version 12+
Install project dependencies
npm install
run
npm run dev
Compile and package
npm run build
The packaged lwa file is under dist
path
The packaged other file is under target
path