Search found 2 matches

by pixi
Sun May 06, 2007 10:05 pm
Forum: PSP Lua Player Development
Topic: Java sockets and LUA wlan
Replies: 0
Views: 2784

Java sockets and LUA wlan

Hello! I've got problems sending strings to a small test-program on my Linux PC from my PSP using LUA socket functions. on my PSP i've got this code: socket = Socket.connect("192.168.1.4", 4444) while not socket:isConnected() do System.sleep(...
by pixi
Sun May 06, 2007 9:58 pm
Forum: Help Wanted Requests
Topic: Java sockets and LUA wlan
Replies: 0
Views: 2625

Java sockets and LUA wlan

Hello! I've got problems sending strings to a small test-program on my Linux PC from my PSP using LUA socket functions. on my PSP i've got this code: socket = Socket.connect("192.168.1.4", 4444) while not socket:isConnected() do System.sleep(...