LinuxLinks.com
Newbies What Next ? News Forums Calendar
Home | Register | News | Forums | Guide | Free Software | Portal Pages | MyLinks | Add Link | Modify Link | New | Hot | Link Us

Search/Browse

 Category Gateway
More Options
Category:  


LinuxLinks News
 · 12 More Enlightening Free Linux Books
 · 10 Best Free Linux Issue Tracking Systems
 · 8 Invaluable Free Android Reddit Tools
 · 8 Best Free Android Editors
 · 6 Best Free Linux Benchmark Tools
 · 5 Best Alternative Free Linux File Managers
 · 9 Essential Free Linux Transcoders
 · 7 Essential Classroom Tools
 · 7 Essential Free Linux Speech Tools
 · 6 Essential Free Linux Guitar Tools
(more...)

 

Latest Links
Syoncloud Logs
sigrok-dumps
(more...)

 



Top : Software : Programming : Libraries : Networking : Page 2

Highlights
12 More Enlightening Free Linux Books
The purpose of this article is to identify insightful and well written Linux books that can be downloaded without charge. The majority of the books featured in this article are themselves released under an open source license. All of the books featured here are written in English.

(Read more)
VideoLAN
VideoLAN is a portable set of MPEG2 network-based tools for Unix and BeOS. The server broadcasts MPEG2 streams, and the client can play them from the network, from a file. Read more

Links:

  • libcurl.mono
    an object-oriented binding for the open-source libcurl internet client API. It supports rapid-development of powerful internet clients in C# that can run within the mono runtime
  • libdelcom++
    libdelcom++ is a C++ library for accessing the Delcom Engineering USB IO chips. The library is licensed under the GNU GPL.
  • libdissipate
    libdissipate is a library for developing applications based on the SIP signalling protocol defined in rfc2543. It can make and accept calls using UDP SIP.
  • libdlna
    libdlna aims at being a reference implementation of DLNA (Digital Living Network Alliance) standards. Its primary goal is to provide DLNA support to uShare, an embedded DLNA and UPnP A/V media server, but it will be used to build both DLNA servers and players in the long term.
  • libdnet
    provides a simplified, portable interface to several low-level networking routines
  • libdnsres
    Libdnsres provides a non-blocking thread-safe API for resolving DNS names. It requires that your main application is built on top of libevent. Libdnsres' API essentially mirrors the traditional gethostbyname and getaddrinfo interfaces. All return values have been replaced by callbacks instead.
  • libds
    libds is a cross-platform library to support simple networking, threads, as well as data structures.
  • Libecc
    a C++ elliptic curve cryptography library that supports fixed-size keys for maximum speed
  • libencio
    providing stdio-like interface for reading and writing of encrypted files in MCrypt format. Additionally, through creation of an "index", libencio provices full support for fseek()-like random read access of encrypted data
  • libEtPan!
    LibEtPan! implements different types of access to a mailbox over TCP/IP and SSL, including IMAP, POP3, NNTP, and SMTP. It can read mbox, MH format, and Maildir mailboxes, and does MIME parsing.
  • libevnet
    libevnet provides a suite of interfaces useful in network applications. The API includes a buffered I/O interface, connect(2) and accept(2) analogues, a fully featured DNS lookup package, thread pools, and transparent OpenSSL integration. Using libevent as the poll-select-epoll-kqueue-/dev/poll event loop, all interfaces express the traditional Unix non-blocking I/O paradigm for the construction of high-performance applications.
  • libfixbuf
    The fixbuf library implements a reference implementation of the IPFIX protocol (RFCs 5101, 5102, and 5103) for creating both collector and exporter processes. IPFIX is a protocol for describing network flows, the next generation of the Cisco Netflow protocol.
  • Libgcrypt
    a high-level cryptographic library based on the highly matured cryptographic code used in GnuPG. It provides an easy to use interface to all cryptographic functions needed by applications
  • libgfeed
    libgfeed is a library to manage (create, load, edit) feed files in either the RSS v2.0 or ATOM v1.0 format.
  • Libidn
    an implementation of the Stringprep (with the Nameprep and Kerberos 5 profiles), Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group, used for internationalized domain names
  • Libidn2
    Libidn2 is a free software implementation of the following IDNA2008 specifications: RFC 5890, RFC 5891, RFC 5892, and RFC 5893.
  • Libiqxmlrpc
    an object-oriented library, which represents simple XML-RPC solution both for client and server sides
  • libircclient
    libircclient is a small but powerful library, which implements client-server IRC protocol. It is designed to be small, fast, portable and compatible to RFC standards, and most IRC clients.
  • libksnmp
    libksnmp is a KDE library that wraps around net-snmp to allow KDE applications to get SNMP statistics without the need to walk through net-snmp conflicts with autoconf/automake projects, using a KDEish C++ interface.
  • libmicrohttpd
    libmicrohttpd is a small C library for embedding HTTP server functionality into other applications. It is reentrant, fast, supports HTTP 1.1, and permits listening on multiple ports. The API is simple and still powerful enough to allow programmers to use the entire HTTP feature set.
  • libmnl
    libmnl is a minimalistic user-space library for Netlink developers.
  • LibMySequoia
    LibMySequoia provides an alternative library for MySQL C client library (libmysqlclient.so) to benefit from the Sequoia high availability and performance scalability clustering solution.
  • libnatpmp
    NAT-PMP (NAT Port Mapping protocol) provides a way to do NAT traversal. It is implemented in Apple products (Airport extreme). libnatpmp is an attempt to make a portable and fully compliant implementation of the protocol for the client side. It is based on non-blocking sockets, and all calls of the API are asynchronous. It is therefore very easy to integrate the NAT-PMP code into any event driven code.
  • libnaw
    The network authentication wrapper library (libnaw) is a modular authentication library that is meant to be used as a preloadable drop-in to add a layer of authentication to source-restricted software, as an API for including authentication into custom or open source software, or as a library for direct linking into precompiled object files.
  • LibNcFTP
    an application programming interface that provides File Transfer Protocol (FTP) client services to your UNIX applications
  • Libnet
    Libnet is a collection of routines to help with the construction and handling of network packets. It provides a portable framework for low-level network packet writing and handling. Libnet features portable packet creation interfaces at the IP layer and link layer.
  • libnewmail
    a generic mail checking library for Unix/Linux and other operating systems. It supports a simple API, an extensible plugin architecture and asynchronous queries among other features
  • libnodelay
    libnodelay is an LD_PRELOAD library for disabling Nagle's algorithm. Disabling Nagle's algorithm can result in a performance improvement for latency-sensitive applications that use TCP.
  • libonion
    libonion is a lightweight library that helps you to add HTTP (and HTTPS) functionality to your programs.
  • libopennet
    provides the function open_net() which accepts the same parameters as the open() system call, but the pathname argument can be an FTP or HTTP URL
  • liboping
    liboping is a C library for measuring network latency using ICMP echo requests. It can send to and receive packets from multiple hosts in parallel, which is nice for monitoring applications. Both IPv4 and IPv6 are supported transparently for the programmer and user. A program called oping is included to show the simplicity and potential of the library and provide the functionality at the command line.
  • libopkele
    libopkele is a c++ implementation of an OpenID decentralized identity system. It provides OpenID protocol handling, leaving authentication and user interaction to the implementor.
  • Libp11
    Libp11 is a library that implements a small layer on top of the PKCS#11 API to make using PKCS#11 implementations easier.
  • libpal
    a straightforward, easy-to-use packet assembly library, which provides routines for buildung and sending forged TCP, ICMP, UDP and IP packets
  • libpcap++
    Libpcap++ is a C++ wrapper for libpcap (the packet capture library) that provides a high level interface to packet capture systems.
  • libphish
    Libphish is a cross-platform library to interact with the Open Phishing Database. It provides a consistent API that browsers and other HTTP clients can use to in order to have anti-phishing capabilities such as verifying the risk level and safety of URLs.
  • libproxy
    libproxy is a library that provides automatic proxy configuration management. It manages proxy settings across GNOME, KDE, and other environments while implementing proxy autodiscovery and seamless network topology adjustment.
  • LibPST
    provides functions in library form for accessing Outlook's Personal Folders
  • libptytty
    libptytty is an offspring of rxvt-unicode that handles pty/tty/utmp/wtmp/lastlog handling in mostly OS-independent ways.
  • libpubsub
    provides everything to setup a simple publish/subscribe environment
  • libqmsg
    libqmsg is a library implementing parts of the messaging functionality as found in the commonly used realtime microkernel operating systems, using Linux shared memory and POSIX messaging queues.
  • librelp
    librelp is an easy to use library for the RELP protocol. RELP in turn provides reliable event logging over the network (and consequently RELP stands for Reliable Event Logging Protocol).
  • librouteros
    librouteros (or libRouterOS) is a C library to communicate with network devices by MikroTik running their Linux-based operating system RouterOS.
  • librsync
    implements the rolling-checksum algorithm of remote file synchronization that was popularized by the rsync utility and is used in rproxy. This algorithm transfers the differences between 2 files without needing both files on the same system
  • libsmtp
    a C library to send mail via SMTP
  • libsmtp++
    a library that implements the client part of the SMTP protocol. It has an object-oriented design using the C++ language to make it easy to integrate. It supports important SMTP features, including SSL, CRAM-MD5, CRAM-SHA1, LOGIN, and PLAIN authentication
  • libSmtpThread
    libSmtpThread is a multi-threaded C++ library for sending mail via SMTP. The library provides a connection pool that initializes a set of threaded SMTP connections.
  • libsnmp
    libsnmp is a pure Python SNMP library. It is designed to be fast, scalable, robust and easy to use.
  • libsockmux-glib
    libsockmux-glib is an implementation of the libsockmux protocol base using GIO data types and using glib functions internally.
  • libspawner
    libspawner implements the MTA side of Sendmail's Milter (mail filter) protocol that is used by the MTA to delegate policy decisions to external daemons. The main purpose of this library is to enable other MTAs, or any mail-handling software, to talk to the existing mail filters that have been developed for Sendmail.

Prev 50 Next 50



Share this Page
Bookmark and Share
Submit this page to popular social networks such as Digg, Twitter, StumbleUpon and more.


My LinuxLinks
MyLinks
  • Bookmarked links
  • Emailed Newsletter
  • Your own profile

  • Top Applications
    Top Free Software
    6 Lean Desktops
    14 File Managers
    21 Backup Tools
    21 Window Managers
    21 Productivity Tools
    21 Text Editors
    21 Video Emulators
    21 Home Emulators
    42 Graphics Apps
    42 Scientific Apps
    42 Email Apps
    12 Instant Messaging
    42 Games
    42 More Games
    21 More Games
    42 Audio Apps
    42 Video Apps
    80 Security Apps
    Free Console Apps
    14 Multimedia
    'Free' Proprietary
    21 Closed-Source Apps
    Top Commercial Apps
    42 Games
    Free Web Software
    21 Web CMS
    14 Wiki Engines
    8 Blog Apps
    6 eCommerce Apps
    Other Articles
    Migrating from Windows
    Distribution Guide
    Distro Portal Pages

    Migrate to Linux
    Thinking of switching to Linux? Check out our Linux Equivalents to Windows Software section, highlighting popular Linux equivalents to Windows software.

    This feature also includes over 150 individual software portal pages including Blender, Scribus, OpenOffice.org, Evolution, Eclipse, K3b, and MythTV, providing a wealth of essential information.

     

    Distribution Guides
    Distro Guide

    Debian
    Fedora
    Gentoo
    Mandriva
    OpenSuSE
    RedHat
    Slackware
    Ubuntu
    Xandros

    Absolute
    Linux Mint
    64 Studio

    LiveCDs
    Berry Linux
    GoblinX
    KNOPPIX
    Kubuntu
    NimbleX
    PCLinuxOS
    Sabayon
    SimplyMEPIS
    Xubuntu

    Entire List

     

    SourceFiles.org
    Sourcefiles.org
    Backup
    CD Writing
    Databases
    Editors
    Emulators
    Financial
    Games
    Graphics
    Home ...
    Internet
    Multimedia
    Networking
    Office
    Prod Tools
    Scientific
    Shells
    Spreadsheets
    Toys
    Utilities
    WMs

     

    Services
    Web Calendar
    Linux Licenses

    Advertise at LinuxLinks.com

     

    Latest Portal Pages
    Mixxx
    energyXT2
    GRASS
    uDig
    QGIS
    gretl
    SPSS

     

    About | FAQ | Privacy | Awards | Contact
    Portal Version 0.7. Intel Blade.
    Comments to the webmaster are welcome.
    Copyright 2009 LinuxLinks.com All rights reserved.