I Need help converting some files (4 files at the moment) from java to vb.net.
They involve udp comminication
I Need help converting some files (4 files at the moment) from java to vb.net.
They involve udp comminication
Have you looked into https://www.carlosag.net/tools/codetranslator/ ? I’ve never had to use it myself, but it could give you a start.
Where things will get tough is if the .java rely on non-standard libraries (see the list of lines that start with “include” at the top of the files). Not sure if there’s a direct translation here.
Unfortunately I don’t think we get many VB.NET experts around here (In fact, you’re the first I’ve met) - you may be better off picking out the parts of the java code you don’t understand, and asking for help on those - lots of us know java pretty well.
Assuming that this is related to the FMS emulator you asked basic VB questions previously, have you considered that you might be in over your head? Why did you choose VB.net? What are your goals for the project that aren’t met by FMS Offseason or Cheesy Arena?
The FMS that Scott and I we working on is close to Cheesy Arena but not the same. The Driver Station and AP/Switch configuration will be the same but the program will be written in Visual Basic.Net and will communicate to the cheaper Automation Direct PLC hardware instead of the really exspencive Allen-Bradley hardware from Rockwell Automation. There will also be a few other changes such as manual or automated scoring, CA doesn’t have that I wish it did.
Here is the github link if your intrested: https://github.com/ebot1234/OFMS/tree/2019-Dev?files=1