Bleedin
Members-
Posts
18 -
Joined
-
Last visited
-
Days Won
1
Bleedin last won the day on October 22 2018
Bleedin had the most liked content!
About Bleedin
- Birthday 08/23/1973
Profile Information
-
Gender
Male
-
Location
Sweden
-
Interests
Flight Simulators, Programming, SAAB J35 Draken, Food and beverages, Electronics.
Bleedin's Achievements
Newbie (1/14)
1
Reputation
-
As I reported in the thread: I have gotten socket (UDP, TCP) to work. Have successfully run code with UDP in two separate environments. Both with Fsuipc V5 and P3D V4.3 on win7.
-
@Pete Dowson Here is the list of DLLs used by the P3D-process. The luascript with the socket operations was running when the list was made. p3d_dlls.txt
-
Ok. I'll have a go at it tonight.
-
And things are getting weirder... Removed socket_core.dll and it still works. I have no other dll:s i the modules folder or its subfolders. I execute the script with a fsuipc "key press" so everything runs in FSUIPC 5.14.
-
Yes, I am using P3D4 and FSUIPC5 I just put socket.lua and a socket_core.dll in the modules folder. Required it with: local socket = require("socket") Have successfully tested to send UDP data
-
I got it working. Thank you! But all I seem to need are socket.lua and a socket_core.dll in the modules folder (or the lua folder). At least as long as I only need Socket core, UDP and TCP.
-
Ok. Yes. Just failed to get it running myself.
-
Thank you! I’ll give it a try tomorrow
-
Will do Thank you Pete
-
Sure did. The problem is that I need a 64-bit version. Can’t find any x64 binaries. Also tried to compile them myself but with no success.
-
I ran into this problem also. I need lua sockets for fsuipc 5 in P3D V4.x x64. Found the solution in this thread but unfortunately the link to the x64 ”socket/core.dll” is dead (404) and I can’t find it elsewhere. Does anyone have the file to share or a working link? /Bleedin
-
How can we develop with lua more efficiently?
Bleedin replied to Bleedin's topic in FSUIPC Support Pete Dowson Modules
Thank you for your quick response. I guess was a bit unclear. Sorry. When talking about "develop efficiently" I mean the actual developing/programming process. It's the fact that you need to bind the lua script you're working on to a keypress (or similar) to be able to execute it at will while you're developing/testing it. It is this part that I feel is a bit "clumsy". I suppose it is because the ipc library needs to run "inside" FSX there are limited ways to execute the scripts. I mean you can't use the windows command promt - right? It would be great if you could access the scripts by a console/promt/terminal and work with the scripts that way by using commands. -
Hello fellow simmers! I've been using lua in my FSX projects for some time now, and I love it. Simple yet powerful. Thank you Pete for implementing lua in fsuipc. But I can't really find a way to develop with it efficiently. While developing I often bind the lua scripts to be executed by key presses (often the numeric keys). And I use tail to keep an eye on the log file. This approach works but it feels a bit clumsy. Is there a better way of doing this? How do you develop? Do you have any tips, ideas or suggestions how one can develop more efficiently? Any thoughts on this Pete Dowson (or anyone)?
-
How do you develop with lua and fsuipc?
Bleedin posted a topic in FSUIPC Support Pete Dowson Modules
Hello fellow simmers! I've been using lua in my FSX projects for some time now, and I love it. Simple yet powerful. Good work Pete! As always... But I can't find a way to develop with it efficiently. While developing I bind the lua scripts to key presses (often the numeric keys) and also "lua kill" and so forth. I use tail to keep an eye on the log file. This approach works but it feels clumsy. Wouldn't it be great if there were a console/teminal in fsuipc that gave the possibilities to list, execute and kill lua scripts and so forth? How do you work? Do you have any tips, ideas or suggestions? -
Work like a charm. Thank you! I run a Intel Core i7 2700K @ 5GHz with a Corsair H80 cooler on a Asus Sabertooth Z77. No stability issues whatsoever. I'm not sure if it's good hardware or just plain luck. Best regards Bleedin