ulfius 2.7.7-1 source package in Ubuntu
Changelog
ulfius (2.7.7-1) unstable; urgency=medium [Paride Legovini] * d/t/unit-test: run with ::1 in no_proxy (LP: #1945634) [Nicolas Mora] * New upstream release (Closes: #1001328) * Fix testsuite fail with proxy (Closes: #1000989) -- Nicolas Mora <email address hidden> Wed, 08 Dec 2021 17:27:55 -0500
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 | |
---|---|---|---|---|
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ulfius_2.7.7-1.dsc | 2.3 KiB | d8928e0c34c8fd2aae09c34f3609dcadb710ad6acdbabed850d15215d892fdc3 |
ulfius_2.7.7.orig.tar.gz | 248.3 KiB | e39bfac8e6ef3ed1b2633d4d617f82549ed88b0f2bb0bc85928d1189c4d2e0de |
ulfius_2.7.7-1.debian.tar.xz | 7.9 KiB | c57370a08744e1ef69e442f9ceacb1aa43affa74d921791e3557f70257311704 |
Available diffs
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