Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongoose
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esp
mongoose
Commits
3265060d
Commit
3265060d
authored
May 29, 2016
by
Sergey Lyubka
Committed by
Sergey Lyubka
May 30, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Mongoose overview doc section
PUBLISHED_FROM=9fb2260cd76ae30b51db02053f4d2debf4cdf900
parent
58b8acd6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
4 deletions
+29
-4
intro.md
docs/intro.md
+1
-4
overview.md
docs/overview.md
+28
-0
No files found.
docs/intro.md
View file @
3265060d
...
...
@@ -3,12 +3,9 @@ title: Mongoose - a networking library
color
:
'
#1D6482'
repo
:
https://github.com/cesanta/mongoose
items
:
-
{
type
:
file
,
name
:
overview.md
}
-
{
type
:
dir
,
name
:
usage-example
}
-
{
type
:
dir
,
name
:
design-concept
}
-
{
type
:
dir
,
name
:
build-options
}
-
{
type
:
flat
,
name
:
c-api
}
---
Mongoose is a multi-protocol embedded networking library with
that implements TCP, UDP, HTTP, WebSocket, CoAP, MQTT, JSON-RPC,
both client and server mode.
docs/overview.md
0 → 100644
View file @
3265060d
---
title
:
Overview
---
Mongoose is a swiss army knife for embedded network programming.
It implements event-driven non-blocking API for TCP, UDP, HTTP,
WebSocket, CoAP, MQTT, JSON-RPC for both client and server mode.
Features include:
-
Cross-platform: works on Linux/UNIX, MacOS, QNX, eCos, Windows, Android,
iPhone, FreeRTOS (TI CC3200, ESP8266), etc
-
Single-threaded, asynchronous, non-blocking core with simple event-based API
-
Native support for
[
PicoTCP embedded TCP/IP stack
](
http://www.picotcp.com
)
,
[
LWIP embedded TCP/IP stack
](
https://en.wikipedia.org/wiki/LwIP
)
-
Builtin protocols:
-
plain TCP, plain UDP, SSL/TLS (over TCP, one-way or two-way)
-
HTTP client, HTTP server
-
WebSocket client, WebSocket server
-
JSON-RPC client, JSON-RPC server
-
MQTT client, MQTT broker
-
CoAP client, CoAP server
-
DNS client, DNS server, async DNS resolver
-
Tiny static and run-time footprint
-
Source code is both ISO C and ISO C++ compliant
-
Very easy to integrate: just copy
[
mongoose.c
](
https://raw.githubusercontent.com/cesanta/mongoose/master/mongoose.c
)
and
[
mongoose.h
](
https://raw.githubusercontent.com/cesanta/mongoose/master/mongoose.h
)
files to your build tree
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment