jeremywestAMX / ember-plus

Automatically exported from code.google.com/p/ember-plus
0 stars 0 forks source link

libember_slim #28

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. try to build ember slim on a remote arm 9 processor as a provider.
2. make the runprovider as a void function by directly assigning the port 
number as 9000 within the program.
3. run as a consumer from the command line or use the glow viewer.

What is the expected output? What do you see instead?
the expected output is that it should show the glow tree and the button next to 
my ip and port should become green. But instead the button stays purple all 
along without responding to any queries from the command line. 

What version of the product are you using? On what operating system?
the version I am currently using is version 1.6.2

Please provide any additional information below.

as far as i can see the examples are not strictly ANSI C complient and some are 
windows generic or msvcrt and some functions are posix variant for example 
itoa. the socket initsockets and shutdownsockets are MSVCRT.On the client side 
i get client accepted and do not get any data bytes recieved after that.

Original issue reported on code.google.com by ash...@alphaimage.tv on 1 Dec 2014 at 4:32