ulfius 2.7.9-1 source package in Ubuntu
Changelog
ulfius (2.7.9-1) unstable; urgency=medium * New upstream release * d/patches: disable smtp patch * d/libulfius2.7.symbols: Add new symbols * d/copyright: update years -- Nicolas Mora <email address hidden> Tue, 12 Apr 2022 07:17:43 -0400
Upload details
- Uploaded by:
- Debian IoT Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian IoT Maintainers
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ulfius_2.7.9-1.dsc | 2.3 KiB | 2a5448278278f3038f127831f188c602225fb1def9af480b575d998f5c7a3b2d |
ulfius_2.7.9.orig.tar.gz | 409.3 KiB | 62ccea70702643ab0374a18aac66362288c8d95e66c17ad3ad37bdf6e36ed40a |
ulfius_2.7.9-1.debian.tar.xz | 8.0 KiB | bdf051257799ca91c71bc2176d5d44f59c760a0af7bcc3f4c61abae11cc7c868 |
Available diffs
- diff from 2.7.7-1 to 2.7.9-1 (179.3 KiB)
No changes file available.
Binary packages built by this source
- libulfius-dev: Web Framework for REST Applications in C - development
Based on GNU Libmicrohttpd for the backend web server, Jansson for the
json manipulation library, and Libcurl for the http/smtp client API.
.
Used to facilitate creation of web applications in C programs with a
small memory footprint, as in embedded systems applications.
.
One can create webservices in HTTP or HTTPS mode, stream data, or
implement server websockets.
.
This package contains the development files.
- libulfius2.7: Web Framework for REST Applications in C
Based on GNU Libmicrohttpd for the backend web server, Jansson for the
json manipulation library, and Libcurl for the http/smtp client API.
.
Used to facilitate creation of web applications in C programs with a
small memory footprint, as in embedded systems applications.
.
One can create webservices in HTTP or HTTPS mode, stream data, or
implement server websockets.
- libulfius2.7-dbgsym: debug symbols for libulfius2.7
- uwsc: Ulfius WebSocket Client
Simple command-line application to connect to websocket services
.
Can connect to websocket services, both ws:// (http) or wss:// (https).
When the websocket is connected, messages from the server are displayed
in the terminal and messages can be sent to the service via a prompt >.
- uwsc-dbgsym: debug symbols for uwsc