• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examples/H20-Jan-2012-894738

t/H20-Jan-2012-404339

xs/H20-Jan-2012-490,199357,174

Bluetooth.xsH A D22-Jun-20082.4 KiB11393

ChangesH A D20-Jan-20125.9 KiB201156

Class.pmH A D19-Jan-20121.3 KiB6243

Class.podH A D20-Jan-201247.2 KiB2,0471,307

Class.xsH A D19-Jan-201243.3 KiB1,7781,455

MANIFESTH A D20-Jan-201271.6 KiB1,6641,660

META.jsonH A D20-Jan-2012790 4039

META.ymlH A D20-Jan-2012432 2221

Makefile.PLH A D20-Jan-20124.5 KiB192169

READMEH A D20-Jan-20121.2 KiB3625

install_files.PLH A D09-Mar-2009126 85

mod_sc.hH A D22-Jul-20096.5 KiB229190

sc_bluez.cH A D22-Jun-20081.8 KiB7158

sc_bluez.hH A D22-Jun-2008272 75

sc_mod_def.cH A D29-Jul-200950.1 KiB2,3272,212

sc_mod_def.hH A D22-Jul-20094 KiB10299

sc_ws2bth.cH A D22-Jun-20081.4 KiB5441

sc_ws2bth.hH A D22-Jun-2008272 75

socket_class.cH A D19-Jan-201212.8 KiB599553

socket_class.hH A D19-Jan-201211.7 KiB512418

README

1Socket::Class - A class to communicate with sockets
2===================================================
3
4Socket::Class provides a simple, fast and efficient way to communicate with
5sockets.
6It operates outside of the PerlIO layer and can be used as a replacement
7to IO::Socket.
8Little parts of Bluetooth technology has been integrated. Please see below.
9
10The standard build includes Bluetooth protocols for RFCOMM (stream) and
11L2CAP (datagram). Bluetooth adapters on a MS-Windows operation system must be
12compatible with the Windows Bluetooth API to get it working.
13More specific Bluetooth support could be added in the future.
14
15It has been tested on unix, darwin, MSWin(32,x64), cygwin, solaris, freebsd
16and aix platforms.
17
18INSTALLATION
19
20To install this library type the following:
21
22   perl Makefile.PL
23   make
24   make test
25   make install
26
27Use "perl Makefile.PL --help" for a list of available options.
28
29COPYRIGHT AND LICENCE
30
31Copyright (C) 2007-2012 www.alien-heads.org
32
33This library is free software; you can redistribute it and/or modify
34it under the same terms as Perl itself, either Perl version 5.8.8 or,
35at your option, any later version of Perl 5 you may have available.
36