Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mongoose-os-apps/demo-c
A demo Mongoose OS firmware for C/C++
https://github.com/mongoose-os-apps/demo-c
Last synced: 3 months ago
JSON representation
A demo Mongoose OS firmware for C/C++
- Host: GitHub
- URL: https://github.com/mongoose-os-apps/demo-c
- Owner: mongoose-os-apps
- License: other
- Created: 2017-11-18T13:15:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-01T18:16:56.000Z (almost 3 years ago)
- Last Synced: 2024-07-31T21:52:53.513Z (7 months ago)
- Language: C
- Homepage:
- Size: 15.6 KB
- Stars: 10
- Watchers: 7
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mongoose-os - demo-c - A demo Mongoose OS firmware for C/C++ (Awesome Mongoose OS [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) / Official Examples)
README
# A demo Mongoose OS firmware for C/C++
## Overview
This is an demo app, serves as a skeleton for building Mongoose OS
apps from scratch in C/C++. It implements the same functionality
as [demo-js](https://github.com/mongoose-os-apps/demo-js) does, but
uses C/C++ instead of JavaScript.See [Mongoose OS C/C++ quickstart](https://mongoose-os.com/docs/mongoose-os/quickstart/develop-in-c.md) for
the C/C++ development introduction.