ulfius 2.7.6-1 source package in Ubuntu

Changelog

ulfius (2.7.6-1) unstable; urgency=medium

  * New upstream release

 -- Nicolas Mora <email address hidden>  Sat, 06 Nov 2021 19:51:41 -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 Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ulfius_2.7.6-1.dsc 2.3 KiB 440d2fad8cc8395c61b288c8b6a72cc1bbd1adfee1f5ac1e8dc7c6a86c87f783
ulfius_2.7.6.orig.tar.gz 248.3 KiB 8dcc20104a68abda31a30942e3d6b2368e59a86b88a24d52909a18581aacf66d
ulfius_2.7.6-1.debian.tar.xz 7.7 KiB c171cdafcd0277df00c12b8eb67423c501768a040661e01da3d9e71c7a64d4eb

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