pd-iemnet 0.2.1-1 source package in Ubuntu

Changelog

pd-iemnet (0.2.1-1) unstable; urgency=medium

  * Imported Upstream version 0.2.1

  [ IOhannes m zmölnig ]
  * Removed patches applied upstream
  * Change debian/watch file to monitor upstream's github page
  * Removed Debian specific .gitignore

 -- IOhannes m zmölnig (Debian/GNU) <email address hidden>  Fri, 04 Sep 2015 22:39:15 +0200

Upload details

Uploaded by:
Debian Multimedia Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Multimedia Maintainers
Architectures:
any
Section:
sound
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe sound

Downloads

File Size SHA-256 Checksum
pd-iemnet_0.2.1-1.dsc 2.0 KiB 031ecb1b6ff90dfcfad5f632632b0fbab343d9e9cd2b9b0edb3d1cf1e503bf53
pd-iemnet_0.2.1.orig.tar.gz 76.7 KiB db1656e75dfbd1cc9843180250b01afdbfbcfaaa520ce0a4357ed7e1c61f274d
pd-iemnet_0.2.1-1.debian.tar.xz 3.8 KiB b273f6d452d316856c255ec78fa7af55aec71e1a1c849786a8790dcdc920eb68

Available diffs

No changes file available.

Binary packages built by this source

pd-iemnet: Pd library for low-level networking (IEM implementation)

 This is a re-implementation of the original pd-net library by Martin Peach,
 focussing on reliability and performance.
 .
 This library adds Pure Data objects that allow one to build a networking
 infrastructure within Pd on OSI-Layer 4 (transport layer).
 The objects use threads to allow for non-blocking network communication within
 an audio-realtime environment.
 .
 [tcpreceive], [tcpsend]: unidirectional communication over TCP/IP
 [tcpserver], [tcpclient]: bidirectional communication over TCP/IP
 [udpreceive], [udpsend]: unidirectional communication over UDP
 [udpclient]: bidirectional communication over UDP
 .
 Since these objects only send/receive lists of bytes, you will most likely need
 to add some glue to implement higher-level protocols (and transmit meaningful
 data).

pd-iemnet-dbgsym: debug symbols for package pd-iemnet

 This is a re-implementation of the original pd-net library by Martin Peach,
 focussing on reliability and performance.
 .
 This library adds Pure Data objects that allow one to build a networking
 infrastructure within Pd on OSI-Layer 4 (transport layer).
 The objects use threads to allow for non-blocking network communication within
 an audio-realtime environment.
 .
 [tcpreceive], [tcpsend]: unidirectional communication over TCP/IP
 [tcpserver], [tcpclient]: bidirectional communication over TCP/IP
 [udpreceive], [udpsend]: unidirectional communication over UDP
 [udpclient]: bidirectional communication over UDP
 .
 Since these objects only send/receive lists of bytes, you will most likely need
 to add some glue to implement higher-level protocols (and transmit meaningful
 data).