Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

connect your smartphone to your computer

Name: Anonymous 2011-11-02 22:35

How would you go on creating an app that sends data to a program on your computer through wifi?
Example x,y touch coordinates or something

Just looking for basic outline of what I'd need

Name: Anonymous 2011-11-02 22:41

>>1

client server thingy,

Name: Anonymous 2011-11-02 23:13

use a VNC

Name: Anonymous 2011-11-02 23:17

>>3
wouldn't that be overkill? I think the guy's just looking to send data like simple strings or something

Name: Anonymous 2011-11-03 0:54

netcat

Name: Anonymous 2011-11-03 3:53

google:

sockets
udp broadcast

Name: Anonymous 2011-11-03 6:24

>>1
Both ends of connection get lazy lists, made of lambdas.

Then sender conses, while reciever unconses, like in normal Lisp.

Name: Anonymous 2011-11-03 6:31

>>7
lisp is shit

Name: Anonymous 2011-11-03 6:37

>>8
No.

Name: Anonymous 2011-11-03 8:24

>>9
Lisp is shit.

Name: Anonymous 2011-11-03 8:25

>>7
Both ends of connection get lazy lists, made of lambdas.
That's a major security flaw, retard.

Name: Anonymous 2011-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.

Name: Anonymous 2011-11-03 9:59

This is the programming board.

Name: Anonymous 2011-11-03 10:12

>>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: Anonymous 2011-11-03 15:09

/prog/ doesn't create apps. At least I don't.

Name: Anonymous 2011-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.

Don't change these.
Name: Email:
Entire Thread Thread List