ulfius 2.7.6-1ubuntu1 source package in Ubuntu
Changelog
ulfius (2.7.6-1ubuntu1) jammy; urgency=low * Merge from Debian unstable. Remaining changes: - d/t/unit-test: run with ::1 in no_proxy -- Gianfranco Costamagna <email address hidden> Sun, 07 Nov 2021 05:59:11 +0100
Upload details
- Uploaded by:
- Gianfranco Costamagna
- Uploaded to:
- Jammy
- Original maintainer:
- Debian IoT Maintainers
- Architectures:
- any
- Section:
- misc
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ulfius_2.7.6.orig.tar.gz | 248.3 KiB | 8dcc20104a68abda31a30942e3d6b2368e59a86b88a24d52909a18581aacf66d |
ulfius_2.7.6-1ubuntu1.debian.tar.xz | 8.0 KiB | a631daaf21411c1d13e783deddef8b9d400e9e8381001791c2b1ee2c98c8de49 |
ulfius_2.7.6-1ubuntu1.dsc | 2.4 KiB | 72b8e59b1d656dd2a2c5bf86a2b794fbd76e87ff3ab14b7b021b69bcb49f577c |
Available diffs
- diff from 2.7.4-1ubuntu3 to 2.7.6-1ubuntu1 (6.4 KiB)
- diff from 2.7.6-1 (in Debian) to 2.7.6-1ubuntu1 (825 bytes)
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