Editing OMP
Jump to navigation
Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 2: | Line 2: | ||
{{Addon| | {{Addon| | ||
− | 1=[http:// | + | 1=[http://bitbucket.org/face/orl-online http://bitbucket.org/face/orl-online]| |
2=Friedrich 'Face' Kastner-Masilko | 2=Friedrich 'Face' Kastner-Masilko | ||
}} | }} | ||
− | + | '''OMP''' was announced on [[IRC]] as project to 'properly' execute a [[Multi-player|multi-player]] environment in Orbiter. This meant that it would take care of more of the conventional space-simulator multiple player caveats and be more of an end-user oriented product than the previous, mostly experimental multi-player projects [[IRCMFD]] and [[Multiorb]]. | |
− | |||
− | ''' | ||
Using low-level TCP and UDP connections between machines, OMP may be considered a third-generation Orbiter [[multi-player]] system, although it's understood that each machine is still responsible for its own physics. | Using low-level TCP and UDP connections between machines, OMP may be considered a third-generation Orbiter [[multi-player]] system, although it's understood that each machine is still responsible for its own physics. | ||
Line 35: | Line 33: | ||
* '''V0.8''' - 2014-10-09 Compatibility break - PTP protocol and jitter-avoidance updates | * '''V0.8''' - 2014-10-09 Compatibility break - PTP protocol and jitter-avoidance updates | ||
* '''V0.8.1''' - 2015-07-08 Introduction of hand-over features (persistence) | * '''V0.8.1''' - 2015-07-08 Introduction of hand-over features (persistence) | ||
− | |||
==Status== | ==Status== | ||
− | Around | + | Around January 2016, development stopped due to doubts about the legality of OMP's license. The repository on [http://bitbucket.org/face/omp BitBucket] was closed to the public. |
+ | However, a migration to a dedicated hosting and administration of the project (repository, server, forum/discussion) is planned for Summer 2016. | ||
==Networking issues== | ==Networking issues== | ||
Line 55: | Line 53: | ||
* [http://www.brynosaurus.com/pub/net/p2pnat/ Hole-punching] and [[w:STUN|STUN]] analysis for easy connection setup | * [http://www.brynosaurus.com/pub/net/p2pnat/ Hole-punching] and [[w:STUN|STUN]] analysis for easy connection setup | ||
* Missile toy - demonstrates advanced interactions in the distributed simulation | * Missile toy - demonstrates advanced interactions in the distributed simulation | ||
− | |||
[[Image:ompschematic.png|thumb|right|OMP technology schematic.]] | [[Image:ompschematic.png|thumb|right|OMP technology schematic.]] | ||
Line 62: | Line 59: | ||
==Technology== | ==Technology== | ||
− | The concept of OMP is a client/server-based architecture with timestamped stream communication. The system uses [[w:SNTP|SNTP]] timeservers to synchronize both clients and server to [[w:UTC|UTC]]. The 3 elements in the concept – client, server and timeserver – can be seen in figure to the right. Beginning with version 0. | + | The concept of OMP is a client/server-based architecture with timestamped stream communication. The system uses [[w:SNTP|SNTP]] timeservers to synchronize both clients and server to [[w:UTC|UTC]]. The 3 elements in the concept – client, server and timeserver – can be seen in figure to the right. Beginning with version 0.7.5, an optional [[w:Precision_Time_Protocol|PTP]] mechanism can be used to synchronize clients to the server clock, eliminating the need for contacting external timeservers. |
Not shown in this sketch is the communication between clients. This communication is similar to the [[w:UDP|UDP]] transmissions between client and server and resembles peer-to-peer networks in order to downsize streaming latency. | Not shown in this sketch is the communication between clients. This communication is similar to the [[w:UDP|UDP]] transmissions between client and server and resembles peer-to-peer networks in order to downsize streaming latency. | ||
Line 98: | Line 95: | ||
==See also== | ==See also== | ||
* [[Multi-player]] -- an overview of multi-player add-ons for Orbiter | * [[Multi-player]] -- an overview of multi-player add-ons for Orbiter | ||
− | |||
* [[IRCMFD]] | * [[IRCMFD]] | ||
* [[Multiorb]] | * [[Multiorb]] | ||
Line 104: | Line 100: | ||
* [[Project Hamac]] | * [[Project Hamac]] | ||
− | |||
[[Category:Add-ons]] | [[Category:Add-ons]] | ||
[[Category:Multi-player add-ons]] | [[Category:Multi-player add-ons]] |