Page 1 of 1
Will RE-Server run on a Raspberry Pi?

Posted:
14 Dec 2011, 12:52
by kr1egsgott
Re: Will RE-Server run on a Raspberry Pi?

Posted:
14 Dec 2011, 14:02
by qreeves
Not without work porting it to OpenGL ES (and depending on its support for SDL/zlib/etc), but it should theoretically just run on very low settings with those specifications. And no, I'm not porting to OpenGL ES because I don't own anything that uses it.
Re: Will RE-Server run on a Raspberry Pi?

Posted:
14 Dec 2011, 14:58
by kr1egsgott
The Server renders graphics and plays sounds?
Now punish me for my lack of knowledge

Re: Will RE-Server run on a Raspberry Pi?

Posted:
14 Dec 2011, 21:22
by fawstoar
What about Red Eclipse itself?
Re: Will RE-Server run on a Raspberry Pi?

Posted:
15 Dec 2011, 02:44
by qreeves
Oh, a server.. *facepalm* This is what I get for answering questions after a 12 hour coding stint. Yes, a server would run just fine.
Re: Will RE-Server run on a Raspberry Pi?

Posted:
15 Dec 2011, 14:07
by kr1egsgott
qreeves {l Wrote}:Yes, a server would run just fine.
With which Limits?
How many users?
Re: Will RE-Server run on a Raspberry Pi?

Posted:
15 Dec 2011, 16:20
by Dan the Man
As long as you don't add too many bots.
Re: Will RE-Server run on a Raspberry Pi?

Posted:
15 Dec 2011, 16:42
by kr1egsgott
As pings of bots reveal I think they are controlled by the players.
Re: Will RE-Server run on a Raspberry Pi?

Posted:
15 Dec 2011, 19:31
by sireus
kr1egsgott {l Wrote}:With which Limits?
How many users?
How is anyone supposed to give a definitive answer to that? You'll just have to try, I guess. But in general, Cube (2) servers need very little resources, so you shouldn't run into limits too easily.
Re: Will RE-Server run on a Raspberry Pi?

Posted:
16 Dec 2011, 00:51
by qreeves
sireus {l Wrote}:kr1egsgott {l Wrote}:With which Limits?
How many users?
How is anyone supposed to give a definitive answer to that? You'll just have to try, I guess. But in general, Cube (2) servers need very little resources, so you shouldn't run into limits too easily.
+1
Re: Will RE-Server run on a Raspberry Pi?

Posted:
16 Dec 2011, 06:14
by Dan the Man
I'm pretty sure the server only keeps track of all the players' states (whether they are alive, editing, dead, etc.), their privilege, whether or not they are firing, and bots.
EDIT: Maybe not bots.
Re: Will RE-Server run on a Raspberry Pi?

Posted:
16 Dec 2011, 06:54
by srbs
Dan the Man {l Wrote}:I'm pretty sure the server only keeps track of all the players' states (whether they are alive, editing, dead, etc.), their privilege, whether or not they are firing, and bots.
EDIT: Maybe not bots.
If I'm not mistaken (since I know way more about sauer) is that all the server does is keep track of the players, no stats, no bot AI: just a list of players. Oh, and some server information like current map, uptime, etc.
Re: Will RE-Server run on a Raspberry Pi?

Posted:
16 Dec 2011, 14:00
by kr1egsgott
OT - Off Title:
How about traffic?
Re: Will RE-Server run on a Raspberry Pi?

Posted:
16 Dec 2011, 22:10
by sireus
Depends on what kind of network interface that thing has. But if you're hosting it at home, your internet connection will most likely be the limiting factor (unless you have a symmetrical fiber connection :P)