>>7 Both ends of connection get lazy lists, made of lambdas.
That's a major security flaw, retard.
Name:
Anonymous2011-11-03 9:48
1) You need a discovery mechanism to find out your phone can communicate with your computer. This can be done with, e.g., Bonjour if IP multicast is enabled in the network.
2) Step 1) will give you the IP and port of the peer.
3) Open a socket to the peer, send whatever you want across.
>>1
i'kk open the sdk, type client server service
and voila!
pure motherfuckin majik
you can always go the other way
and use c sockets etc.
but only if you know what u doin
Name:
Anonymous2011-11-03 15:09
/prog/ doesn't create apps. At least I don't.
Name:
Anonymous2011-11-03 20:05
I would do a structured analysis of the system I want then make various models of the system. The models I normally use include the data flow diagram, data dictionary, process specifications, entity-relationship diagrams, and state-transition diagrams. From there, I would research libraries that present certain features. Finally, I would write the code.