Host a Minecraft server on Arduino

I am wondering if it is possible to make some sort of a Minecraft server on Arduino, but all simple host the MOTD. Not a server where players can join and play, just so you can ping the Arduino from Minecraft client and display a MOTD.

If it is possible, could someone help me please?

It could be possible but it requires a lot of work. First you need the Arduino to run Java on the Arduino, then it loads the minecraft_server. There is some stuff on the Web you might try looking for it.

So it won't be possible to some sort of modifying TCP packets to make Minecraft clients think that it's a Minecraft server?

I don't think this is possible with Arduino. Think about raspberry pi.

What is MOTD?

MOTD means Message of the Day.
It's just a message below the server name.
By default, it's "A Minecraft server".

I already did it with a raspberry pi, but I want to use something lite like Arduino.

make arduino respond to a tcpip request, piece of cake even serve a webpage.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.