fossa

Async non-blocking multi-protocol networking library for C/C++

  • Owner: cesanta/fossa
  • Platform:
  • License:: Other
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

Fossa: Multi-Protocol Networking Library

Note: As of September 21st 2015, Fossa project has been merged back into Mongoose project

Fossa is a
multi-protocol networking library written in C.
It provides easy to use event-driven interface that allows to implement
network protocols or scalable network applications with little effort.
Fossa helps developers to manage the complexity of network programming
and let them concentrate on the logic, saving time and money.

Fossa has built-in support for several protocols, like
HTTP, Websocket, MQTT, mDNS. Example applications include
Websocket-based chat server, JSON-RPC server,
database server with RESTful API, MQTT broker, netcat with SSL and hexdump,
Raspberry PI camera video feed + led control, and more.

Fossa is ideal for the embedded environments, it has been designed as
an open source platform for connecting devices and bringing them online.

Features

  • Cross-platform: works on Linux/UNIX, QNX, eCos, Windows, Android, iPhone, etc
  • Single-threaded, asynchronous, non-blocking core with simple event-based API
  • 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
    fossa.c and
    fossa.h
    files to your build tree
  • Extensively tested and production-ready, trusted by many blue chip businesses

Examples & Documentation

  • User Guide - Detailed User Guide and API reference
  • examples - Collection of well-commented examples. To build any example,
    go into respective directory and type make

Contributions

People who have agreed to the
Cesanta CLA
can make contributions. Note that the CLA isn't a copyright
assigment but rather a copyright license.
You retain the copyright on your contributions.

License

Fossa is released under
GNU GPL v.2.
Businesses have an option to get non-restrictive, royalty-free commercial
license and professional support from Cesanta.

Main metrics

Overview
Name With Ownercesanta/fossa
Primary LanguageC
Program languageMakefile (Language Count: 6)
Platform
License:Other
所有者活动
Created At2014-02-11 08:21:42
Pushed At2019-11-19 04:08:06
Last Commit At2015-09-28 20:46:45
Release Count4
Last Release Name2.1 (Posted on )
First Release Name1.0 (Posted on )
用户参与
Stargazers Count442
Watchers Count61
Fork Count164
Commits Count808
Has Issues Enabled
Issues Count92
Issue Open Count23
Pull Requests Count205
Pull Requests Open Count1
Pull Requests Close Count21
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private