My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 1: Feedback on msocket
1 person starred this issue and may be notified of changes. Back to list
Status:  New
Owner:  ----


 
Reported by oleg.ale...@gmail.com, Mar 2, 2009
1. In the file msconnect.m, the text "hotname" must be "hostname".

2. In the examples shown, the variable "server" is undefined. Adding the line 

server='localhost';

would make the examples run correctly (each example needs this change).

3. The text "Client side" must be "Client Side", for consistency with
"Server Side" (all examples have this typo).

4. The use of LGPL is disappointing. It makes it not possible to use this
code in commercial projects (LGPL requires that one distribute the object
code that links to the library, that's not as bad as having to distribute
the source code, but is still not acceptable in many situations). Why not
choose something more permissive for this little utility code? 

Powered by Google Project Hosting