BufferedSocket: A socker wrapper that makes the IO of sockets much cleaner

[ library, mit, network ] [ Propose Tags ]
This version is deprecated.

The idea of a BufferedSocket is that reading from a network socket should be really easy and handy. BufferedSockets is an attempt to do just that whilst being space-time efficient. Having "in app" buffers also makes it easy for the buffered socket to read data without taking the data out of the buffer thus giving us the ability to look for patterns and read excess data without having to "take out of the reading queue".


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.1.0, 0.2.0.0, 0.2.1.0 (info)
Dependencies base (>=4.7 && <4.8), bytestring (>=0.10 && <0.11), network (>=2.4 && <2.5), text (>=1.1 && <1.2) [details]
License MIT
Author Tomas Möre
Maintainer tomas.o.more@gmail.com
Revised Revision 2 made by tmore at 2015-05-02T10:07:01Z
Category Network
Home page https://github.com/black0range/BufferedSocket
Uploaded by tmore at 2015-04-26T19:01:56Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3332 total (13 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-04-26 [all 1 reports]

Readme for BufferedSocket-0.1.1.0

[back to package description]
This Package contains the source for a "BufferedSocket" These sockets are used as wrappers for normal network sockets but brings functions to easily manage the input and output of different kinds of data