MightyPirates / OpenComputers

Home of the OpenComputers mod for Minecraft.
https://oc.cil.li
Other
1.59k stars 430 forks source link

Network Info #3458

Closed eyeofgafeeney closed 2 years ago

eyeofgafeeney commented 3 years ago

The relay saying "packets" made me think can you send a program to a computer making a in game internet?

JujuLynx commented 3 years ago

You can, it just needs a little work from the user.

OpenComputers has huge potential for what you can do. The mod just gives you the basics and it's up to you to implement it.

asvdvl commented 3 years ago

The relay saying "packets" made me think can you send a program to a computer making a in game internet?

YES! For example, I made a simple server/client program that works similarly to "pxe" on real computers, it allows me to download programs larger than the eeprom size. it helps a lot when working with drones.

fl215 commented 3 years ago

I made a game once, in OC. It was on an old multiplayer server. Basically, I had a few server racks with different servers in them (T2s). People could connect using a command and then play the game with other people. It took me a while to do it, but it worked.