PDA

View Full Version : Please HELP me



degger
08-19-2008, 07:45 PM
I like AMS, now i try to make same application and got of problem...
I want make same sharing data ( CSV or XLS ) into Computer A ( server ), this data can read/write from another computer ex Computer B , C ( Clients ) how to do that..? is it posible with AMS ?
please help and thank verymuch
degger

jassing
08-19-2008, 08:49 PM
I like AMS, now i try to make same application and got of problem...
I want make same sharing data ( CSV or XLS ) into Computer A ( server ), this data can read/write from another computer ex Computer B , C ( Clients ) how to do that..? is it posible with AMS ?
please help and thank verymuch
degger


You want to do this in lua? I'm not sure you'll be able to do that; but you might be able to create a sort of server that listens on an IP -- pure lua would be needed -- no IR objects to help out... at least on the listen side.

For my $ I'd look at using built in things like shares. Not sure AMS is the "right tool" to do a p2p type file share...