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

[ library, mit, network ] [ Propose Tags ]

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 beeing 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 exess data without having to "take out of the reading queue".


[Skip to Readme]

Downloads

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
Category Network
Uploaded by tmore at 2015-05-20T08:43:01Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3338 total (12 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-05-23 [all 1 reports]

Readme for BufferedSocket-0.2.0.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