BufferedSocket: A socker wrapper that makes the IO of sockets much cleaner
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
- BufferedSocket-0.1.1.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
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
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 | 3440 total (5 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] |