Author Topic: [TUTO] Lua Socket Lib - TCP server (english)  (Read 5234 times)

0 Members and 1 Guest are viewing this topic.

JeGX

  • Global Moderator
  • Capo Crimine
  • *****
  • Posts: 2357
    • oZone3D.Net
[TUTO] Lua Socket Lib - TCP server (english)
« on: May 06, 2006, 01:33:54 AM »
Ok the topic about the http://www.ozone3d.net/tutorials/lua_socket_lib.php tutorial is opened. Post there all your feedbacks, info, bugs, whatever you want that is linked to that topic!

If someone wish to write a tutorial on an UDP server using the Lua socket lib and hyperion, he's welcome.
« Last Edit: March 13, 2007, 04:57:20 PM by JeGX »

visuality77

  • Associate
  • Posts: 4
This was a brilliant addition
« Reply #1 on: May 08, 2006, 06:38:46 PM »
I think this and of course the tutorial are excellent additions
I will try it like most, over one these weekends.

stahl

  • Associate
  • Posts: 3
Re: [TUTO] Lua Socket Lib - TCP server (english)
« Reply #2 on: June 06, 2007, 04:41:35 PM »
the tutorial is great. i could control the torus via tcp/ip using python.  8)

my question: would it be possible to send .jpg or other image files (that are either on harddisk or on a server) via tcp/ip while hyperion is running and use them as textures? my idea is to use webcam pictures in a small 3d world. would be cool to send a command over tcp/ip like this: 'create object using texture' (pseudo code).

any help appreciated!

Jusan

  • Thug
  • *
  • Posts: 14
    • Page perso
Re: [TUTO] Lua Socket Lib - TCP server (english)
« Reply #3 on: June 07, 2007, 08:44:48 AM »
Hi,
you might watch this source code, and then have a lot of fun !
http://srv.manuceau.net/vincent/Info/Hyperion/Fps_Project/last/client_launcher.xml
Do not hesitate to ask any question about it ... :-)

Jusan

stahl

  • Associate
  • Posts: 3
Re: [TUTO] Lua Socket Lib - TCP server (english)
« Reply #4 on: June 08, 2007, 04:41:49 PM »
perfect! that was the script i was looking for! 8)