https://github.com/gnustep/libs-corenetwork
The GNUstep CoreNetwork Library is a library of network-oriented stream C objects.
https://github.com/gnustep/libs-corenetwork
Last synced: over 1 year ago
JSON representation
The GNUstep CoreNetwork Library is a library of network-oriented stream C objects.
- Host: GitHub
- URL: https://github.com/gnustep/libs-corenetwork
- Owner: gnustep
- License: gpl-3.0
- Created: 2014-08-09T04:10:43.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-06-11T22:01:36.000Z (about 9 years ago)
- Last Synced: 2025-03-25T00:51:15.393Z (over 1 year ago)
- Language: C
- Homepage: http://www.gnustep.org/
- Size: 65.4 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
1 README
********
The GNUstep CoreNetwork Library is a library of network-oriented
stream C objects. For example, it includes types for HTTP or FTP
connections, support for SOCKS proxy servers and so on.
It aims to implement Apple's CFNetwork framework.
1.1 Initial reading
===================
The files `INSTALL' or `GNUstep-HOWTO' (from the web site) gives
instructions for installing the library.
1.2 License
===========
The GNUstep libraries and library resources are covered under the GNU
Lesser General Public License. This means you can use these libraries in
any program (even non-free programs). If you distribute the libraries along
with your program, you must make the improvements you have made to the
libraries freely available. You should read the COPYING.LIB file for
more information. All files in the 'Source', 'Headers' directories
are covered under the GNU LGPL.
GNUstep test programs, and other files are covered under the
GNU General Public License. This means if you make changes to these
programs, you cannot charge a fee, other than distribution fees, for others
to use the program. You should read the COPYING file for more information.
All files in the 'Test', directory is covered under the GPL.
1.3 How can you help?
=====================
* Give us feedback! Tell us what you like; tell us what you think
could be better.
Please log bug reports on the GNUstep project page
`http://savannah.gnu.org/bugs/?group=gnustep' or send bug reports
to .
Happy hacking!
Copyright (C) 2014 Free Software Foundation
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.