fossa

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

  • 所有者: cesanta/fossa
  • 平台:
  • 许可证: Other
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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.

主要指标

概览
名称与所有者cesanta/fossa
主编程语言C
编程语言Makefile (语言数: 6)
平台
许可证Other
所有者活动
创建于2014-02-11 08:21:42
推送于2019-11-19 04:08:06
最后一次提交2015-09-28 20:46:45
发布数4
最新版本名称2.1 (发布于 )
第一版名称1.0 (发布于 )
用户参与
星数442
关注者数61
派生数164
提交数808
已启用问题?
问题数92
打开的问题数23
拉请求数205
打开的拉请求数1
关闭的拉请求数21
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?