Greetings!
It would not be bad to add functions to manage the socket (including the transfer of data through it). In my opinion, this is a very necessary thing!
Socket
There will be socket support
According to user-base of this kind of applications , we still did not make a decision on the type of socket support
Raw sockets , or moderated , or simplified
Raw sockets might be very usefull for users who connect to some custom devices on LAN ,but might be confusing for regular users
We'll make a decision on this later after collected some feedback from alpha testers
Additionally ,there will be an Internet class , this could be used for ,WEB,REST ,SOAP, or anything else that can be delived via HTTP headers or body
A Download class for dowloading files from remote web servers
According to user-base of this kind of applications , we still did not make a decision on the type of socket support
Raw sockets , or moderated , or simplified
Raw sockets might be very usefull for users who connect to some custom devices on LAN ,but might be confusing for regular users
We'll make a decision on this later after collected some feedback from alpha testers
Additionally ,there will be an Internet class , this could be used for ,WEB,REST ,SOAP, or anything else that can be delived via HTTP headers or body
A Download class for dowloading files from remote web servers
- BadKaiPanda
- Registered User
- Posts: 97
- Joined: Fri Jun 14, 2013 8:49 pm
Why don't you offer raw with a simplied api on top for the other users, meaning that it's keeping both parties happy the hard core user and them new users.
No Longer Active