首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > Socket Framework for Cocoa/GNUStep

Socket Framework for Cocoa/GNUStep

  • 资源大小:55.39 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: socket objective-c cocoa gnustep

资 源 简 介

BTLSocket is a framework for networking based on the BSD socket API (Winsock on Windows) which simplifies the process of creating, reading from, and writing to sockets. The framework offers the usual abstraction of event-based programming, but also allows for manual control of individual sockets. The framework supports TCP and UDP over IPv4 and IPv6. The framework allows programmers to string together classes which process input and output to and from the socket, each of these classes passing their results to the next class in line. In this way, it is possible to, for example, asynchronously read from a socket until a certain character sequence is found, and then pass the data read from the socket, or some part of it, to the main program flow. This mechanism also eases the development of protocols, and allows, for example, the creation of a reusable class which implements SSL or TLS. In fact, this project aims to also provide a few frameworks consisti

文 件 列 表

BTLSockets-1.1.2-src
BTLSocket.xcodeproj
Doxyfile
English.lproj
Info.plist
src
Test BTLSocket-Info.plist
tests
VIP VIP
0.235588s