-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Artemis Cosmos 3.0.6.2 Pre-Release Pre-Alpha is available! 😍
Initial discoveries:
- Cosmos server listens on UDP ports 2010 and 3100.
- Our usual
netcat
captures are not going to work, will presumably require going back totcpdump
(which does UDP, yes, despite the name). - This is probably a very different protocol! Many doc updates likely!
- I think the intention is that if we want to integrate "other stuff" With Artemis Cosmos, we can now do so using the built-in Python runtime, not reverse-engineer the network protocols and write unofficial clients, however there are several good use-cases where unofficial clients may still have value, EG some of the known Artemis 2 use-cases:
- automation / bots to control the server itself (this may be better done with Python now?)
- recording and archiving games for future archaeology
- driving giant LED display boards with extra ship status screens
- special-purpose unofficial clients like the Android Artemis Messenger
- unofficial servers
- proxies
Let the discussion commence! 😀
NN