Scalability and Consistency in Peer-to-Peer Based Network Gaming

Size: px
Start display at page:

Download "Scalability and Consistency in Peer-to-Peer Based Network Gaming"

Transcription

1 1 Scalability and Consistency in Peer-to-Peer Based Network Gaming Author, Wei Li, Student of MSc Computer Games Engineering, Newcastle University Abstract This article presents two key features, scalability and consistency in modern Peer-to-Peer (P2P) based network games, discuss the challenges game industry facing concerns to these two issues and the reasonable solutions for creating a stable and scalable online gaming environment for players, and study the case from the recent team project by the author, a game called sky-race, which is a Multi-platform, (PC, PS3 and Android) experimental video game. On the PC version, the game is based on Peer-to-Peer network as an online racing game with a game-website for players and background data-base to manage all account information. The study case as an instance is to verify and to extend the conclusion of this article. Furthermore, the conclusion aims to find out the possibility to improve the game to be in a higher level with better experience for ordinary players. I. INTRODUCTION Since the concept Network was brought into games industry, Peer-to-Peer has become the most popular way for multiplayer gaming experience. From the famous milestone StarCraft to the latest Multi-console game Titian Fall, Peer-to- Peer is the absolute way for organizing a well-controlled, limited-size online gaming environment. With the participation of all peers, the players thus contribute the computing resource as the memory, CPU cycles and bandwidth to manage the whole shared game states [1]. Unlike server-based massive multiplayer online games (MMO) such as world of Warcraft, Peer-to-Peer based network games have certain number of players for each separate game (always less than 64 players for each gaming area). Hence there are limited internet traffics and pre-created game states could be well-calculated and efficientlyorganized. Even under an Internet environment with restricted resource, a both scalable and consist gaming experience could be built and provided to players. With the possibility of every client could be the server (host) and all game state is controlled by client itself there is not much limit for hosting game in a local area network. Furthermore, the server-based game will limits the deployment for user-involved game design such as Mod and self-made map script as another trend of game style. In the new concept for game design an open mind game will meet the need for gaming community to be part of the game they designed and participate, which Peer-to- Peer based game could support this endless possibility for new elements and ideas to keep the game alive. The scalability, as one of the most essential feature of modern games could go both horizontally and vertically [2], [3]. As game could support more game nodes in numbers or increase the resource on each game node or even create new game states which in this case for online games means it could support more players for the same game or it could putting more content to each player or the original game states. Either of these is the way to put the game to be a new level for gaming experience and keeps the game to be alive and attracted to players. Mod and player-involved gaming level design are good examples as providing the ability for people to design themselves in modern game market, and become a lot more important as the reason for players to play these games. Consistency, on the other hand, is the guarantee for creators ideas built to be reasonable and believed. To keep the game state changed at the same point for each client s timeline [4] is the purpose for consistency and the reason why players could have well-interaction with the both the environment and other players in the online game world. Not like a server-based network game all the game stated are stored on the server and clients are just work as different control nodes and renderers running on the same timeline, consistency on Peer-to-Peer based network game depends on the way network programmers understand the network topology handling all the events and various game state implement the right algorithm for latency compensation or future prediction to keep the game consistent [5], which matters a lot in real-time games with fast gaming pace and even competition like FPS or ACT. Under unknown network situation it is a main issue to keep consistency and keep the game to run smoothly like it designed to be. A not well-organized Peer-to-Peer based network game will easily end up as different situation or even different game state on each gaming peer, which is a total disaster for both game designers and players. The key for a Peer-to-Peer based network game to be both scalable and consistent is to have an efficient game model as the hosting network, making sure each way of internet traffic will not end up jammed and solve out all the potential events that could go wrong on multiple timelines. This paper is organized as these following: Next section II presents the topology on Peer-to-Peer based online games comparing with a server based game on a network layer level and a game design level.section III is based on the scalability for a game on both horizontal and vertical method.

2 2 Respectively, Section IV describes the algorithm to keep the game consistent. In the following section, will be a case study about our own work. And the end of the paper will be the conclusion for the future of our work through the whole study case. II. PEER-TO-PEER IN NETWORK AND GAMING First thing to be clear is that Peer-to-Peer (P2P) network and the online game based on Peer-to-Peer network game cannot be confused together to be the exactly same concept. Without any doubt that P2P network is based on the network layer of the OSI seven-layer model while any kind of online game is implemented on application layer only. [6] A P2P network refers to a type of decentralized and distributed network architecture in which individual nodes as Peer could be both suppliers and receivers for all online resources, comparing to traditional server-client model while all clients act as consumers only applying for the resources provided by the server. A.P2P network topology A P2P network is originally designed that all nodes could have full functions as both client and server at the same time. This form of design is based on the topology of P2P network while all nodes are equal. As Shown above is a typical Peer-to-Peer network topology while any of the PC/Laptop refers to a node or Peer in the network. Because of the decentralized distribution for all peers within the network any of the peers could be replaced or even removed which will lead to no significant change for the whole architecture of the network and will not all other nodes function as they used to. [5] This unstructured network does not have a particular form to be under maintenance. Hence there are fewer limits for P2P network to form and organized than traditional server-based network since the server itself is always indispensable. With P2P network architecture the amount for network Fig. 1. Network topology of a typical Peer-to-Peer Network. Note that all nodes within the network have accesses to every other node directly, which the main difference comparing with a server-client model. traffic could be noteworthy. Assuming that one node with the average amount of data for both downloads and uploads in a certain time of period as N and there are n nodes in the switching network and the maximum amount of network traffic could be N*(n-1) for one node and N*n*(n-1) for the whole network. B. Comparing with Server-based network The traditional client-server model is a network structure while the server the key node or the central node for the whole network. The information transferring is only through server to client, while the clients themselves cannot communicate with each other without server. With unequal role for all nodes in the network the server is Fig. 2. Network topology of a typical Server-Client model Network. As it presenting above, all nodes within the network have the only access to the server the key to collect and transfer information. This sort of network structure has to be built based on the server first and then connect with all its clients to keep every function mechanism. Comparing with P2P network topology, server based network is stable in structure and easy to control the network traffic as well. The whole amount of network traffic could be maximum as N*n. And the larger size and more amount of nodes in the same switching area the heavier tasks for routers and switches on the switching layer, leading the network unstable. C.P2P as a concept for gaming At the very beginning of multiplayer games the Peer-to- Peer network was the structure get used the most by game programmers, with each computer exchanging data with other in the area in a fully connected topology. Still today s RTS and even PS3 games with small amount of player in the same game are using this kind of model because it is easy to form and scale. As mentioned at first of this section a Peer-to-Peer game is not equal to a Peer-to-Peer network. At first the network game is between two players where they exchange information with each other, so it is based on Peer-to-Peer network. However by the increasing numbers of players in the game, the Peer-to-

3 3 Peer network structure is causing some sort of issues as latency by overload network traffic or unorganized players data by lack of central node. So there is need for a node to control all information called the host. With the host node collect all the updates from other nodes while the rest of nodes could still communicate with each other. Technically speaking in communication field this type of topology network is not purely Peer-to-Peer because there is the key node as host which if shut down the whole game state will not run properly. Fig. 3. The Network topology for a Peer-to-Peer based network game. Notice that the network structure are the same with a Peer-to-Peer network, however there is one of the nodes acting as the host taking most of the network traffic transferring them to the right destination. In the topology network for Peer-to-Peer gaming the host is the most important role for the game state to switch between each players. Once the host player leaves the game the game in this network area will shut down unless another player turned into host again. With the virtual server, the host managing the information that needs to be received by every player like Player s ID or other update and players themselves send and receive information that only designed to certain player like in FPS game a shot hit. Under the Peer-to-Peer concept in gaming the update information taking the most part for internet traffic is handled by the host reducing latency and the unique information could still be send to certain players fast and efficient while there is no need to put dedicate server as the traditional server based network. The different between a Peer-to-Peer and Server based game are whether the non-host/non-server client is able to communicate directly to other client and whether each client contains the whole game states. In Peer-to-Peer game players are allowed to set a game with their own client while on Server based game player are only allowed to join a game that was already hosted on the server. Not like MMO games are based on gaming server, the Peerto-Peer network game is able to form and shut down the host any time while having no influence on other gaming area. Thus it becomes the best choice for small network games that only holds in small size. III. SCALABILITY, GO MORE OR GO LARGER? A. Scale horizontally. The scalability is the term to indicate the capability for network to handle increasing uncertain number of elements. A stable network gaming system that could be scalable at the same time will meet the requirement for real gaming situation and what the players need for keep the game alive and fun to continue playing. While in Peer-to-Peer based network game players not only shared information but also contribute their CPU cycle, memory and most important the network resource (network bandwidth). However sometime the P2P based online game could have limit of scalability. [7]Within the structure of Peer-to-Peer, there will be higher delays when the number of connected nodes increased also as when the network scales to support more nodes. This is a network issues because once the network scales horizontally the more nodes are connected to each other the more network traffic need to be handled, the more amount of data each client need to processed on the network layer. By adding one single node into the network there will be 2N*n more amount of data going through the network. Fig. 5. The horizontal scalability for a Peer-to-Peer based network game. Notes the fact that once there is a new node the network, not only the node sets connection to the host but also connect other nodes in the network. Fig. 4. The game areas that separate from each other so that if one host shut down it will only have influence on the area that host located, while the games in other areas will continue. The solution for reducing the limit is based on the modern server-based structure. [7] By setting region for each game, players got divided and one got chosen as the server of the region and manages most of the data that need to be exchanged. Without the problem of resources limit, the network game could just scale horizontally like a server-based network while still holding all the advantages from Peer-to- Peer based network game [9].

4 4 Although, it is possible to achieve the scalability for Peerto-Peer Network game, it is still limited by the hardware condition for the host has been chosen, such as the CPU the running memory or even the bandwidth to handle network data. Therefore with limited hardware, the horizontally scalability of Peer-to-Peer based network game cannot compare with a Server based network game which hosted by a dedicate server. B. Scale vertically As it mentioned in this section before, the scalability is limited horizontally since the client worked as host cannot meet the endless needs. Therefore the vertical scalability should be considered by game designers to make a Peer-to- Peer based network game. The definition for vertical scalability is to put more resources to a single node in the network, in the filed for game means putting more game state or in-game multiplayer function to scale up the game. Even though the games are held in different game regions and totally separate from each other, one way to scale up is that the host of the game could act as the client on a larger size server-based network where all the in game content could be extended. One decent case is the Battlelog and the in-game ranking/weapon system that was used by Dice in battlefield series, after the each game finished the related information such as the game record the ranks and the achievements are collected by the host or the game-server and send to the dataserver which hold a data-base which all the players could share whether they use Peer-to-Peer or dedicate Server to hold the games. Battlelog works as an interface for player to access their in-game content with a website browser and based on the huge data-base that controlling all the information collected and processed by the host and the dedicate server. Fig. 6. Battlelog and the games based on Battlelog sharing the same database Another method for the game to scale up is based on any of the peer in a Peer-to-Peer game. With the development of mobile devices and Wi-Fi network, these devices could easily works as additional elements or even interfaces for the network game. Also taking battlefield as an instance, there is the APP on ipad where player could use it as a second screen to locate the map of the real-time game and even play the commander mode of the game with ipad. By using the left resources from nodes connecting to additional nodes the network could go scale up, and have more possibilities for game designs. Fig. 7. Two different methods to extend the scalability vertically: from the host to upper level or from the client to lower level. IV. CONSISTENCY FOR PEER-TO-PEER NETWORK The game state must stay to be consistent within the same region from the game, which is the guarantee for the players to interact with each other and the environment. Depending on the network architecture for Peer-to-Peer game and the mechanism of the game state changed is all client-side. Therefore the consistency for game states should be decided mostly on the client/peer side among all the players. Since they are organized in the network that could directly communicate with each other, the most important task to ensure the consistency of game states is to classify the games states are whether local or global or should be just existed among the players who is in the interaction of the state. Global state/events which will related to all the players among the network like each player s position and facing direction in a FPS game. On each of the players screen the other players position and facing direction should be exactly the same so the game can run properly. Events like a bomb explodes on the map destroy the building and hurts all the players are also considered as global state. These global states are the information that should take almost no fault-tolerance and should be replicated and updated as soon as it happens since they need to be consistent all the time. Events or states that should be controlled over the whole network handled differing from each other could use the Distributed Hash Table (DHT) as in [8], listened by the virtual server and send the feedback to all the Peers in the game. The unique identifier from the hash table will ensure that the same event replication will not receive twice by the same node on the Peer-to-Peer network controlled by the host, which solves the most difficult game state consistency issue. By contrast, local states such as the physics between player and the environment or the local value with no need to inform other players do not need to be consistent among all players. These game states are able to tolerant some of the fault in the virtual world. Such as the amount of force the player received from the environment when it interacts with one static object in the game. [10]Other players have no need to know the actual force which is the local state, and they just need to

5 5 know the player s position changes after the event in this case the collision happen which is the global state. Identification on all the potential events/states to be whether global or local will not only reduce the network traffic, but also is the key to make sure that among the whole network all game states are consistent and traceable. Furthermore, focus on reducing global states to be the minimum and with the host player as the virtual server, the Peer-to-Peer based network game could be fully functional as the same way the server based network game maintaining its consistency. V. Case Study The case this article going to discuss about is a racing game with online game mode as a team project from university. The author is one of the team members who in charge for network and multiplayer game design. Unlike traditional car racing game, the team project sky race sets the game style as fighter jet racing in canyon during air combat. As the combination for racing game and FPS game, the game is aimed to provide fast-pace gaming experience for players and build graphics physics and network engine for future games. The multiplayer game, as one of the most important part for the game has met a huge amount of scalability and consistency issues during the development. Hence it is worthy to discuss and gain experience from the solutions. The gaming network is designed based on TCP nonblocking socket programing rather than the solution with UDP because it is easier to manage and meet the original game design objectives. Since the game is required to support at least four players in the local network area, choosing TCP will not cause problems such as latency in an unideal network environment and the programmer could focus on the scalability and consistency issues. collision detection,we will discuss that in the later part of this section.) from client to other clients without getting the information processed on game state level. Clients hold all the game states and are able to communicate with each other through virtual connection which making this case a Peer-to- Peer based network game. Besides the clients connected to the server, there are also a database and mobile devices connected to the server. They are all the parts for the scalability elements for the gaming network. The smart phone, is working as the second screen for the player in game providing a game map and the access to deploy a bomb based on the touch on the screen of the smartphone. The database is in charge to store the information of the game which we will discuss next. B. Scalable network game. The single player mode of the game is designed to be one player playing against 1-7 AI players. While the multiplayer game mode supports 4 players most and could extend to support 8 or more players after adjusting in game balance content (such as the width of canyon and the spawn position for 8 players) Before the actual game start, there is the game state called game lobby where players choose their host and connected with each other before the game. There could be 2 to 4 players in the game lobby and all player press the ready button the game will start. A. Network architecture and the virtual server Fig. 9. The game lobby screenshot. There are the host of the player name and the names for players who are already in the room which the all players in the lobby can see. There is also the chat box for players chatting with each other. Once all players in the room press the I m ready button the game will start at the same time. Fig. 8. The network topologic used in the game sky race. The lines indicate the connection between nodes while the virtual lines between players indicate the route for unprocessed message from one player to another transferring by server. The center of the network structure is the communication server, which is the application that could be deployed in any player s PC or on a dedicate server. The client run by player holds almost all the game states while the server is in charge for transferring information(also a very small size for physics The horizontal scalability is based on the communicate server in the room. As for the communicate server which is running on the host player are capable, it could technically contains more nodes in the network and supports for players in the same game. With the update rate of 30HZ on the communicate server and 60HZ game graphics frame rate, it is well-tested that the whole network is able to support four to eight players and keep the game states in each player s client working properly.

6 6 Furthermore the communicate server runs with the host client so all the players outside the running game is still able to player the game and forming endless gaming areas. On the other hand the game itself could scale vertically as we already referred before in the background research. Fig. 10. The screenshot of the android game. In the middle there is a sky radar work as the mini-map showing all the players location and the player and enemy are marked separately as red and blue points. So the player could drop a bomb by touching it on the screen according to relative positions. From the client side of view, the game supports the mobile device (with Android OS and Wi-Fi access) to be a second screen to support the player. After authoring on the communicate server the mobile device will be connected to the player s client that it is going to support with as the new extended content for the game. purchase weapons jet models or even DLC online using virtual currency which significantly scale up the game in scalability. As the article indicates above even the scalability on horizon for Peer-to-Peer based network game will reach a limit for lacking of resources and may not be able to compare with a server-based network game in number. However as we presents in this section the game still extend itself to a new level. With the android-host-database-website model the game could scales and even with PS3 project, providing players with experience more than just a game. C. Consistency challenges and solutions Since the game sky race have elements on both racing game and FPS game the consistency has become harder to solve and verify according to a huge amount of data need to be transferred rather a traditional single game just updating position. It is the first priority problem to identify the game state whether to be global or local. The basic game state model on peer side is the playerenemy model. The player refers to the actual jet controlled by the player and the enemy is the replication of any other player in the same network game. Both player and enemy contain a unique ID send by host while initiation. And every message transferring on the network could be transform to be a packet with data structure for message type, ID, and actual in game stats. When the game is finished, there are 25 data types and more than 30 different values in a single packet indicate different situation and game states that need to be exchanged and notified through the network. Fig. 11. The screenshot for player profile page of the website. All these data are collected and sent automatically by the host and players from different gaming area could share the same database and website. From the host side of view, all the hosts are connected to one shared database which contains all players information. The database on the other side is also connected with the website which players themselves can scan and manage their in game account. After the game finished, the host will collect and send all the information to the database while the website can print all these information such as winner record immediately. There is also the online store for players to Fig. 12. The flow chart of how the game handles constantly values like positions and health all the time. Just like all the game containing multiplayers that elements like position, facing direction, and health should be always updates to make them consistent through the whole network. By uploading own information to everyone else among the network, everyone else will receive the exactly same player information to update their replications and keep consistent all the time. These game states that need to be exactly the same are surely global states. And the update rate is also controlled on client-side with time steps keeping it to be 30HZ in order to keep the traffic. At the first of the data structure for each update, the network packet will contain the player s ID and the

7 7 packet type called action means it should be processed immediately and constantly so the receivers could end up with the same result, and create the same consistent game world. The android device, on the other hand is using almost the same mechanism transferring and updating the actual players position all the time. By calculating the position on the cellphone screen it shows up on the mini-map just like it did in game. One thing need to be noticed is that the update rate on android is 10HZ since the Wi-Fi cannot hold too much network packets in a certain time of period. Fig. 13. The screenshot for player shooting and getting hit by machine gun As the features for fighter-jets, there are various weapons provided for players to shot against each other while the race. Getting the shooting action and hit feedback consistent and not to be over transferred is the main challenge for reducing network data and make the game logically correct. If one player in game got hit by another, the damage should be noticed in all the clients and should not be over made in any single client (like that 1 shot causing double damages bug in the early lunch of battlefield 4). The damage model should be accurate otherwise it is meaning less to play an online shooting game. Hence the consistency for weapon and damage is the major issue for network and the programmer has put a lot of work on it. to everyone in the network because the damage will decrease the health point which will update at 30HZ all the time. Another type of weapon is the missile which functioning differently to machine gun. Once the player fires the missile, the missile will be created and move to the direction that player aimed at. The missile will hit the player only when it explodes and the player is inside the exploding radium. So there is chance that the missile will not hit the player after it is launched. While it is a process for missile flying to the target and player got chance to dodge from being hit. If nothing to do through network, and all collision done by client itself, the hit result might be different because the latency issue, which the player plays the in different timeline. All these game state might cause network inconsistent problem and furthermore some memorize leak on the client side. It is complicated but still could be solved by identifying all the potential game state among the network. The solution for missile to be consistent through the network is to make two different types of missiles. The one created after player press fire button is player missile (m_0 in the chart) and the replicates created after that in other clients are enemy missile (m_0* in the chart). Every player missile is created with one unique hash key while all its missile replicates are holding the same value. Therefore once the missile got explodes by hitting player, the program could locate the certain missile and its replicates making them explodes with consistency. To make it reasonable for player to dodge from the missile, the physics system on the client is only able to detect enemy missile hit the player s (the actual player jet but not the enemy jet) physics collision sphere. So if the player dodges the enemy missile the missile will not explode at other client as well because the program will not detect the player missile against enemy or enemy missile against enemy. And keep the dodging to be consistent. If the enemy missile hit the player, the client will send the missile s hash key to everyone else and other clients get the hash key locate the missile replicates and display the same explode effects among the network. Fig. 14. The flow chart for consistency of machine gun Machine gun as one of the weapon in the game holds a unique game state; the damage got detected and calculated immediately after player press the fire button. Therefore once the system detected the player hit the enemy on the one client, the client will send that message through host to the one client with the same ID as the one enemy got hit by the player. The player, who got the message, gets hit and put the damage to the player s jet. There is no need for client to send that damage Fig. 15. The screenshot of same missile explode on the terrain from two players view. Another situation need to be considered is the missile explodes when it hit the terrain, if we use the same hash key model to cast the information across the network may cause the explode happen before the missile replicate hits the terrain in term of the network latency and that replicates runs in the time line later than the one send the hash key. Ending up the missile explodes at the incorrect position before hits the terrain. If the enemy missile hit the terrain collision are enabled without sending hash key through network, the time they explode across different time line might be different but

8 8 the position will be the same since they are the same replicates. And that is totally fault-tolerance by the requirement of consistency. Fig. 16. The flow chart for consistency of a missile Furthermore the over send hash key may lead to multiple exploding order for the same missile replicate which may cause not only inconsistency or even more serious the memory leak. This model meets the requirements for consistency reduces unnecessary network data to be transferred and is totally reasonable for game logic. method should be implemented since there are two clients calculated the collision. To make it simple and reasonable the programmer move the player-player collision to the host, so only the host is checking for the detection and impulse method calculation and send feedback to other clients, with which makes the impulse method consistent. VI. Conclusion Based on the background research and the case study in the article, the scalability and consistency for a Peer-to-Peer network game are worthy to discuss. To make the game scalable, there are two different methods as extending horizontally by adding more nodes (players) into the game, or scale the game up by holding game in different area supporting for additional game content or even second device for the game. One thing need to be mentioned is that the scalability is not only a technology issues but also a game design state. Only by combining the technology with reasonable game content, the scalability of the game could really meets the need for the players. On the other hand, the consistency has always been a quite important challenge for network game and especially for Peerto-Peer game since all the game states are managed on the client side. Even though, we still got the solution. With identifying potential problem to be globe and local and applying with different strategies, it is still possible to keep the game consistent. The case we discussed before, due to limited develop time and lack of experience may not be perfect to solve the scalability and consistency, however it has become a good start for the team to get into the real game design and implement. REFERENCES Fig. 17. The flow chart for consistency of player-player collision Even through the Peer-to-Peer based network game could keep most of the game state to be consistent, it s hard to solve the physics collision between the player and their enemy. Because the enemy is the replicate of other player and update only position but not velocity. Therefore it will not return proper physics impulse method since we don t have the velocity on one of the two objects. It is able to solve that by containing the velocity as just a value for calculation but still it is hard to decide which impulse [1] B. Knutson, H. Lu, W. Xu and B. Hopkins Peer-to-Peer Support for Massively Multiplayer Games IEEE [2] M. Maged, M. Jose E. S. Doron and W. Robert W. Scale-up x Scale-out: A Case Study using Nutch/Luncene 2007 IEEE international parallel and distributed processing symposium. [3] H. EI_Rewini and M. Abd-EI-Barr Advanced Computer Architecture and Parallel Processing ISBN Oct [4] G. Morgan Highly Interactive Scalable Online Worlds,Advances in Computers (2009),Elsevier [5] C. Neumann, N. Prigent, M. Varvello and K. Suh Challenges in Peer-to- Peer Gaming. [6] G Fiedler, What every programmer needs to know about game networking [7] A. P. Yu and S. T. Vuong. Mopar: a mobile peer-to-peer overlay architecture for interest management of massively multiplayer online games. In Proceedings of NOSSDAV 05,pages , june [8] A. Rowstron and P. Druschel. Pastry: Scalable, distributed object location and routing for large-scale peer-to-peer systems. In Proceedings of the IFIP/ACM International Conference on Distributed Systems Platforms (Middleware), November [9] A. Rowstron and P. Druschel. Pastry: Scalable, distributed object location and routing for large-scale peer-to-peer systems. In Proceedings of the IFIP/ACM International Conference on Distributed Systems Platforms (Middleware), November [10] B. N. Levine, J. Crowcroft, C. Diot, J. Garcia-Luna-Aceves, and J. F. Kurose. Consideration of receiver interest for ip

9 multicast delivery. In Proceedings of IEEE INFOCOM 00, Mar

Centralized Server Architecture

Centralized Server Architecture Centralized Server Architecture Synchronization Protocols Permissible Client/ Server Architecture Client sends command to the server. Server computes new states and updates clients with new states. Player

More information

A Study of Optimal Spatial Partition Size and Field of View in Massively Multiplayer Online Game Server

A Study of Optimal Spatial Partition Size and Field of View in Massively Multiplayer Online Game Server A Study of Optimal Spatial Partition Size and Field of View in Massively Multiplayer Online Game Server Youngsik Kim * * Department of Game and Multimedia Engineering, Korea Polytechnic University, Republic

More information

Online Games what are they? First person shooter ( first person view) (Some) Types of games

Online Games what are they? First person shooter ( first person view) (Some) Types of games Online Games what are they? Virtual worlds: Many people playing roles beyond their day to day experience Entertainment, escapism, community many reasons World of Warcraft Second Life Quake 4 Associate

More information

Building the Server Software for Eliminate

Building the Server Software for Eliminate Building the Server Software for Eliminate Introduction Stephen Detwiler Director of Engineering, ngmoco:) James Marr Lead Engineer R&D, ngmoco:) Introduction Build the definitive FPS for iphone in only

More information

Bellairs Games Workshop. Massively Multiplayer Games

Bellairs Games Workshop. Massively Multiplayer Games Bellairs Games Workshop Massively Multiplayer Games Jörg Kienzle McGill Games Workshop - Bellairs, 2005, Jörg Kienzle Slide 1 Outline Intro on Massively Multiplayer Games Historical Perspective Technical

More information

PS4 Remote Play review: No Farewell to Arms, but a Moveable Feast

PS4 Remote Play review: No Farewell to Arms, but a Moveable Feast PS4 Remote Play review: No Farewell to Arms, but a Moveable Feast PlayStation 4 is the most fantastic console in the Universe! Why do we say so? Because PS4 is the most popular gaming console ever. Accordingly

More information

SPACEYARD SCRAPPERS 2-D GAME DESIGN DOCUMENT

SPACEYARD SCRAPPERS 2-D GAME DESIGN DOCUMENT SPACEYARD SCRAPPERS 2-D GAME DESIGN DOCUMENT Abstract This game design document describes the details for a Vertical Scrolling Shoot em up (AKA shump or STG) video game that will be based around concepts

More information

Networks of any size and topology. System infrastructure monitoring and control. Bridging for different radio networks

Networks of any size and topology. System infrastructure monitoring and control. Bridging for different radio networks INTEGRATED SOLUTION FOR MOTOTRBO TM Networks of any size and topology System infrastructure monitoring and control Bridging for different radio networks Integrated Solution for MOTOTRBO TM Networks of

More information

Like Mobile Games* Currently a Distinguished i Engineer at Zynga, and CTO of FarmVille 2: Country Escape (for ios/android/kindle)

Like Mobile Games* Currently a Distinguished i Engineer at Zynga, and CTO of FarmVille 2: Country Escape (for ios/android/kindle) Console Games Are Just Like Mobile Games* (* well, not really. But they are more alike than you think ) Hi, I m Brian Currently a Distinguished i Engineer at Zynga, and CTO of FarmVille 2: Country Escape

More information

Welcome to Hellfire Multi Player. Game Version 3.3

Welcome to Hellfire Multi Player. Game Version 3.3 Welcome to Hellfire Multi Player Game Version 3.3 Hellfire Multiplayer Overview Hellfire V3.3 introduces the ability to play multiplayer games, where several players can compete by playing the same week

More information

Huawei ilab Superior Experience. Research Report on Pokémon Go's Requirements for Mobile Bearer Networks. Released by Huawei ilab

Huawei ilab Superior Experience. Research Report on Pokémon Go's Requirements for Mobile Bearer Networks. Released by Huawei ilab Huawei ilab Superior Experience Research Report on Pokémon Go's Requirements for Mobile Bearer Networks Released by Huawei ilab Document Description The document analyzes Pokémon Go, a global-popular game,

More information

Killzone Shadow Fall: Threading the Entity Update on PS4. Jorrit Rouwé Lead Game Tech, Guerrilla Games

Killzone Shadow Fall: Threading the Entity Update on PS4. Jorrit Rouwé Lead Game Tech, Guerrilla Games Killzone Shadow Fall: Threading the Entity Update on PS4 Jorrit Rouwé Lead Game Tech, Guerrilla Games Introduction Killzone Shadow Fall is a First Person Shooter PlayStation 4 launch title In SP up to

More information

Console Games Are Just Like Mobile Games* (* well, not really. But they are more alike than you

Console Games Are Just Like Mobile Games* (* well, not really. But they are more alike than you Console Games Are Just Like Mobile Games* (* well, not really. But they are more alike than you think ) Hi, I m Brian Currently a Software Architect at Zynga, and CTO of CastleVille Legends (for ios/android)

More information

Interactive Media and Game Development Master s

Interactive Media and Game Development Master s Interactive Media and Game Development Master s Project Drizzle: Design and Implementation of a Lightweight Cloud Game Engine with Latency Compensation Jiawei Sun December 2017 Thesis Advisor: Committee

More information

StarForge Alpha Manual v0.3.5

StarForge Alpha Manual v0.3.5 StarForge Alpha Manual v0.3.5 Welcome to the StarForge Alpha. We are very happy to let you have early access to our game and we hope you enjoy it while we keep developing it. This manual covers some basics

More information

Networks of any size and topology. System infrastructure monitoring and control. Bridging for different radio networks

Networks of any size and topology. System infrastructure monitoring and control. Bridging for different radio networks INTEGRATED SOLUTION FOR MOTOTRBO TM Networks of any size and topology System infrastructure monitoring and control Bridging for different radio networks Integrated Solution for MOTOTRBO TM Networks of

More information

By Jeremy Brun, Farzad Safaei, and Paul Boustead NETWORKED GAMES

By Jeremy Brun, Farzad Safaei, and Paul Boustead NETWORKED GAMES By Jeremy Brun, Farzad Safaei, and Paul Boustead MANAGING LATENCY NETWORKED GAMES Fighting propagation delays in real-time interactive applications improves gameplay and fairness in networked games by

More information

IMPROVING SCALABILITY IN MMOGS - A NEW ARCHITECTURE -

IMPROVING SCALABILITY IN MMOGS - A NEW ARCHITECTURE - IMPROVING SCALABILITY IN MMOGS - A NEW ARCHITECTURE - by Philippe David & Ariel Vardi Georgia Institute of Technology Outline 1.MMOGs: tremendous growth 2.Traditional MMOGs architecture and its flaws 3.Related

More information

Globulation 2. Free software RTS game with a new take on micro-management

Globulation 2. Free software RTS game with a new take on micro-management Globulation 2 Free software RTS game with a new take on micro-management http://www.globulation2.org Stéphane Magnenat with help and feedback from the community February 23, 2008 Acknowledgements Thanks

More information

OSPF Fundamentals. Agenda. OSPF Principles. L41 - OSPF Fundamentals. Open Shortest Path First Routing Protocol Internet s Second IGP

OSPF Fundamentals. Agenda. OSPF Principles. L41 - OSPF Fundamentals. Open Shortest Path First Routing Protocol Internet s Second IGP OSPF Fundamentals Open Shortest Path First Routing Protocol Internet s Second IGP Agenda OSPF Principles Introduction The Dijkstra Algorithm Communication Procedures LSA Broadcast Handling Splitted Area

More information

OSPF - Open Shortest Path First. OSPF Fundamentals. Agenda. OSPF Topology Database

OSPF - Open Shortest Path First. OSPF Fundamentals. Agenda. OSPF Topology Database OSPF - Open Shortest Path First OSPF Fundamentals Open Shortest Path First Routing Protocol Internet s Second IGP distance vector protocols like RIP have several dramatic disadvantages: slow adaptation

More information

idocent: Indoor Digital Orientation Communication and Enabling Navigational Technology

idocent: Indoor Digital Orientation Communication and Enabling Navigational Technology idocent: Indoor Digital Orientation Communication and Enabling Navigational Technology Final Proposal Team #2 Gordie Stein Matt Gottshall Jacob Donofrio Andrew Kling Facilitator: Michael Shanblatt Sponsor:

More information

An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service

An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service Engineering, Technology & Applied Science Research Vol. 8, No. 4, 2018, 3238-3242 3238 An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service Saima Zafar Emerging Sciences,

More information

Taking your game online: Fundamentals of coding online games

Taking your game online: Fundamentals of coding online games Taking your game online: Fundamentals of coding online games Joost van Dongen 7th July 2005 Website: www.oogst3d.net E-mail: tsgoo@hotmail.com Abstract This article is an introduction to programming the

More information

INTRODUCTION TO GAME AI

INTRODUCTION TO GAME AI CS 387: GAME AI INTRODUCTION TO GAME AI 3/31/2016 Instructor: Santiago Ontañón santi@cs.drexel.edu Class website: https://www.cs.drexel.edu/~santi/teaching/2016/cs387/intro.html Outline Game Engines Perception

More information

Creating a Mobile Game

Creating a Mobile Game The University of Akron IdeaExchange@UAkron Honors Research Projects The Dr. Gary B. and Pamela S. Williams Honors College Spring 2015 Creating a Mobile Game Timothy Jasany The University Of Akron, trj21@zips.uakron.edu

More information

Legit xbox gift card generator

Legit xbox gift card generator Legit xbox gift card generator HostKarle Hosting Review: Best Web Hosting in India. People are enthralled with games in the same way as others love movies and theatre. If gaming is what induces fun in

More information

Introduction Installation Switch Skills 1 Windows Auto-run CDs My Computer Setup.exe Apple Macintosh Switch Skills 1

Introduction Installation Switch Skills 1 Windows Auto-run CDs My Computer Setup.exe Apple Macintosh Switch Skills 1 Introduction This collection of easy switch timing activities is fun for all ages. The activities have traditional video game themes, to motivate students who understand cause and effect to learn to press

More information

EVE: Source By CCP Games

EVE: Source By CCP Games EVE: Source By CCP Games If looking for a ebook EVE: Source by CCP Games in pdf form, then you have come on to faithful site. We furnish utter edition of this book in DjVu, PDF, epub, doc, txt formats.

More information

Datakom II Seminar Lecture 2005 Erik Nordström

Datakom II Seminar Lecture 2005 Erik Nordström Online Gaming and Ad hoc Networking Datakom II Seminar Lecture 2005 1 Multiplayer Computer Games (MCG) - Background In the beginning there was MUD (Multi- User Dungeon) First adventure game to support

More information

CS221 Project: Final Report Raiden AI Agent

CS221 Project: Final Report Raiden AI Agent CS221 Project: Final Report Raiden AI Agent Lu Bian lbian@stanford.edu Yiran Deng yrdeng@stanford.edu Xuandong Lei xuandong@stanford.edu 1 Introduction Raiden is a classic shooting game where the player

More information

TRBOnet Mobile. User Guide. for ios. Version 1.8. Internet. US Office Neocom Software Jog Road, Suite 202 Delray Beach, FL 33446, USA

TRBOnet Mobile. User Guide. for ios. Version 1.8. Internet. US Office Neocom Software Jog Road, Suite 202 Delray Beach, FL 33446, USA TRBOnet Mobile for ios User Guide Version 1.8 World HQ Neocom Software 8th Line 29, Vasilyevsky Island St. Petersburg, 199004, Russia US Office Neocom Software 15200 Jog Road, Suite 202 Delray Beach, FL

More information

Question No: 2 In an OSPF Hello packet, which of the following fields must match for all neighbor routers on the segment? Choose three answers.

Question No: 2 In an OSPF Hello packet, which of the following fields must match for all neighbor routers on the segment? Choose three answers. Volume: 335 Questions Question No: 1 What is the default preference value for a static route in the Alcatel-Lucent 7750 SR? A. 0 B. 5 C. 10 D. 15 Answer: B Question No: 2 In an OSPF Hello packet, which

More information

COPYRIGHTED MATERIAL. Learning to Program. Part. In This Part

COPYRIGHTED MATERIAL. Learning to Program. Part. In This Part Part In This Part I Learning to Program Chapter 1: Programming for World of Warcraft Chapter 2: Exploring Lua Basics Chapter 3: Basic Functions and Control Structures Chapter 4: Working with Tables Chapter

More information

Programming with network Sockets Computer Science Department, University of Crete. Manolis Surligas October 16, 2017

Programming with network Sockets Computer Science Department, University of Crete. Manolis Surligas October 16, 2017 Programming with network Sockets Computer Science Department, University of Crete Manolis Surligas surligas@csd.uoc.gr October 16, 2017 Manolis Surligas (CSD, UoC) Programming with network Sockets October

More information

Sensible Chuckle SuperTuxKart Concrete Architecture Report

Sensible Chuckle SuperTuxKart Concrete Architecture Report Sensible Chuckle SuperTuxKart Concrete Architecture Report Sam Strike - 10152402 Ben Mitchell - 10151495 Alex Mersereau - 10152885 Will Gervais - 10056247 David Cho - 10056519 Michael Spiering Table of

More information

Level 3 Extended Diploma Unit 22 Developing Computer Games

Level 3 Extended Diploma Unit 22 Developing Computer Games Level 3 Extended Diploma Unit 22 Developing Computer Games Outcomes Understand the impact of the gaming revolution on society Know the different types of computer game Be able to design and develop computer

More information

The Clixsense Report. WARNING!!!

The Clixsense Report. WARNING!!! The Clixsense Report. WARNING!!! The Information Contained In This Report Can Result In An Explosion Of Daily Income, And No Matter How Much You Earn... You Will Get Paid In Full Guaranteed! Stop Wasting

More information

Requirements Specification. An MMORPG Game Using Oculus Rift

Requirements Specification. An MMORPG Game Using Oculus Rift 1 System Description CN1 An MMORPG Game Using Oculus Rift The project Game using Oculus Rift is the game application based on Microsoft Windows that allows user to play the game with the virtual reality

More information

Tanki online unblocked 66

Tanki online unblocked 66 > > Tanki online unblocked 66 Though it has been mentioned how games are really common nowadays, but let us look even deeper. There are places such as schools, offices where computers may not be allowed

More information

Level 3 Extended Diploma Unit 22 Developing Computer Games

Level 3 Extended Diploma Unit 22 Developing Computer Games Level 3 Extended Diploma Unit 22 Developing Computer Games Outcomes Understand the impact of the gaming revolution on society Know the different types of computer game Be able to design and develop computer

More information

Comparison ibeacon VS Smart Antenna

Comparison ibeacon VS Smart Antenna Comparison ibeacon VS Smart Antenna Introduction Comparisons between two objects must be exercised within context. For example, no one would compare a car to a couch there is very little in common. Yet,

More information

A Virtual World Distributed Server developed in Erlang as a Tool for analysing Needs of Massively Multiplayer Online Game Servers

A Virtual World Distributed Server developed in Erlang as a Tool for analysing Needs of Massively Multiplayer Online Game Servers A Virtual World Distributed Server developed in Erlang as a Tool for analysing Needs of Massively Multiplayer Online Game Servers Erlang/OTP User Conference Stockholm on November 10, 2005 Michał Ślaski

More information

RC-WIFI CONTROLLER USER MANUAL

RC-WIFI CONTROLLER USER MANUAL RC-WIFI CONTROLLER USER MANUAL In the rapidly growing Internet of Things (IoT), applications from personal electronics to industrial machines and sensors are getting wirelessly connected to the Internet.

More information

BIM Toolbox. User Guide. Version: Copyright 2017 Computer and Design Services Ltd GLOBAL CONSTRUCTION SOFTWARE AND SERVICES

BIM Toolbox. User Guide. Version: Copyright 2017 Computer and Design Services Ltd GLOBAL CONSTRUCTION SOFTWARE AND SERVICES BIM Toolbox User Guide Version: 2018.0 Copyright 2017 Computer and Design Services Ltd GLOBAL CONSTRUCTION SOFTWARE AND SERVICES Contents Introduction... 1 Create a new project... 2 Trace around a site

More information

TRBOnet Mobile. User Guide. for Android. Version 2.0. Internet. US Office Neocom Software Jog Road, Suite 202 Delray Beach, FL 33446, USA

TRBOnet Mobile. User Guide. for Android. Version 2.0. Internet. US Office Neocom Software Jog Road, Suite 202 Delray Beach, FL 33446, USA TRBOnet Mobile for Android User Guide Version 2.0 World HQ Neocom Software 8th Line 29, Vasilyevsky Island St. Petersburg, 199004, Russia US Office Neocom Software 15200 Jog Road, Suite 202 Delray Beach,

More information

6 System architecture

6 System architecture 6 System architecture is an application for interactively controlling the animation of VRML avatars. It uses the pen interaction technique described in Chapter 3 - Interaction technique. It is used in

More information

Propietary Engine VS Commercial engine. by Zalo

Propietary Engine VS Commercial engine. by Zalo Propietary Engine VS Commercial engine by Zalo zalosan@gmail.com About me B.S. Computer Engineering 9 years of experience, 5 different companies 3 propietary engines, 2 commercial engines I have my own

More information

Endurance R/C Wi-Fi Servo Controller 2 Instructions

Endurance R/C Wi-Fi Servo Controller 2 Instructions Endurance R/C Wi-Fi Servo Controller 2 Instructions The Endurance R/C Wi-Fi Servo Controller 2 allows you to control up to eight hobby servos, R/C relays, light controllers and more, across the internet

More information

SPTF: Smart Photo-Tagging Framework on Smart Phones

SPTF: Smart Photo-Tagging Framework on Smart Phones , pp.123-132 http://dx.doi.org/10.14257/ijmue.2014.9.9.14 SPTF: Smart Photo-Tagging Framework on Smart Phones Hao Xu 1 and Hong-Ning Dai 2* and Walter Hon-Wai Lau 2 1 School of Computer Science and Engineering,

More information

MSC-235. Design and Deploy for MOTOTRBO Connect Plus Solutions BETA. Exam.

MSC-235. Design and Deploy for MOTOTRBO Connect Plus Solutions BETA. Exam. Motorola MSC-235 Design and Deploy for MOTOTRBO Connect Plus Solutions BETA Exam TYPE: DEMO http://www.examskey.com/msc-235.html Examskey Motorola MSC-235 exam demo product is here for you to test the

More information

Chapter 1 Basic concepts of wireless data networks (cont d.)

Chapter 1 Basic concepts of wireless data networks (cont d.) Chapter 1 Basic concepts of wireless data networks (cont d.) Part 4: Wireless network operations Oct 6 2004 1 Mobility management Consists of location management and handoff management Location management

More information

The LVCx Framework. The LVCx Framework An Advanced Framework for Live, Virtual and Constructive Experimentation

The LVCx Framework. The LVCx Framework An Advanced Framework for Live, Virtual and Constructive Experimentation An Advanced Framework for Live, Virtual and Constructive Experimentation An Advanced Framework for Live, Virtual and Constructive Experimentation The CSIR has a proud track record spanning more than ten

More information

NOVA. Game Pitch SUMMARY GAMEPLAY LOOK & FEEL. Story Abstract. Appearance. Alex Tripp CIS 587 Fall 2014

NOVA. Game Pitch SUMMARY GAMEPLAY LOOK & FEEL. Story Abstract. Appearance. Alex Tripp CIS 587 Fall 2014 Alex Tripp CIS 587 Fall 2014 NOVA Game Pitch SUMMARY Story Abstract Aliens are attacking the Earth, and it is up to the player to defend the planet. Unfortunately, due to bureaucratic incompetence, only

More information

Multiplayer Game Design and Development CSC 631/831. Lecture 1 Spring 2016

Multiplayer Game Design and Development CSC 631/831. Lecture 1 Spring 2016 Multiplayer Game Design and Development CSC 631/831 Lecture 1 Spring 2016 Course bjective 2 The whole class works together to build a working Multiplayer nline game, from design through development to

More information

Design Document for: Name of Game. One Liner, i.e. The Ultimate Racing Game. Something funny here! All work Copyright 1999 by Your Company Name

Design Document for: Name of Game. One Liner, i.e. The Ultimate Racing Game. Something funny here! All work Copyright 1999 by Your Company Name Design Document for: Name of Game One Liner, i.e. The Ultimate Racing Game Something funny here! All work Copyright 1999 by Your Company Name Written by Chris Taylor Version # 1.00 Thursday, September

More information

SM 4117 Virtual Reality Assignment 2 By Li Yiu Chong ( )

SM 4117 Virtual Reality Assignment 2 By Li Yiu Chong ( ) SM 4117 Virtual Reality Assignment 2 By Li Yiu Chong (50262340) In this essay I would analyze the environment of driving game under a network. The analysis will be base on 3D driving game of decentralized

More information

DYNAMIC LOAD BALANCING FOR MASSIVELY MULTIPLAYER ONLINE GAMES SARMAD ABDULMAGED ABDULAZEEZ

DYNAMIC LOAD BALANCING FOR MASSIVELY MULTIPLAYER ONLINE GAMES SARMAD ABDULMAGED ABDULAZEEZ DYNAMIC LOAD BALANCING FOR MASSIVELY MULTIPLAYER ONLINE GAMES By SARMAD ABDULMAGED ABDULAZEEZ A thesis submitted in partial fulfilment of the requirements of Liverpool John Moores University for the degree

More information

Program a Game Engine from Scratch. Chapter 1 - Introduction

Program a Game Engine from Scratch. Chapter 1 - Introduction Program a Game Engine from Scratch Mark Claypool Chapter 1 - Introduction This document is part of the book Dragonfly Program a Game Engine from Scratch, (Version 5.0). Information online at: http://dragonfly.wpi.edu/book/

More information

Global MMORPG Gaming Market: Size, Trends & Forecasts ( ) November 2017

Global MMORPG Gaming Market: Size, Trends & Forecasts ( ) November 2017 Global MMORPG Gaming Market: Size, Trends & Forecasts (2017-2021) November 2017 Global MMORPG Gaming Market: Coverage Executive Summary and Scope Introduction/Market Overview Global Market Analysis Dynamics

More information

EOS 80D (W) Wireless Function Instruction Manual ENGLISH INSTRUCTION MANUAL

EOS 80D (W) Wireless Function Instruction Manual ENGLISH INSTRUCTION MANUAL EOS 80D (W) Wireless Function Instruction Manual ENGLISH INSTRUCTION MANUAL Introduction What You Can Do Using the Wireless Functions This camera s wireless functions let you perform a range of tasks wirelessly,

More information

D4.1.2 Experiment progress report including intermediate results

D4.1.2 Experiment progress report including intermediate results D4.1.2 Experiment progress report including intermediate results 2012-12-05 Wolfgang Halb (JRS), Stefan Prettenhofer (Infonova), Peter Höflehner (Schladming) This deliverable describes the interim progress

More information

Software Requirements Specification Document. CENG 490 VANA Project

Software Requirements Specification Document. CENG 490 VANA Project Software Requirements Specification Document CENG 490 VANA Project Barış Çavuş - 1819754 Erenay Dayanık - 1819192 Memduh Çağrı Demir - 1819218 Mesut Balcı 1819093 Date: 30.11.2014 Table of Contents 1 Introduction...

More information

A RESEARCH PAPER ON ENDLESS FUN

A RESEARCH PAPER ON ENDLESS FUN A RESEARCH PAPER ON ENDLESS FUN Nizamuddin, Shreshth Kumar, Rishab Kumar Department of Information Technology, SRM University, Chennai, Tamil Nadu ABSTRACT The main objective of the thesis is to observe

More information

Title: The only game in town. Authors: Eric Legge-Smith, Grant McKenzie, Matt Duckham Affiliation: Department of Geomatics, University of Melbourne

Title: The only game in town. Authors: Eric Legge-Smith, Grant McKenzie, Matt Duckham Affiliation: Department of Geomatics, University of Melbourne Title: The only game in town. Authors: Eric Legge-Smith, Grant McKenzie, Matt Duckham Affiliation: Department of Geomatics, University of Melbourne Intro: The gaming market continues to hold huge potential

More information

IP/Console

IP/Console 434.582.6146 info@catcomtec.com www.catcomtec.com IP/Console IP Console is a full-featured Radio Control over IP (RCoIP) dispatch solution for SMARTNET, Project 25, EDACS TM, DMR, other Land Mobile Radio

More information

Benchmarking C++ From video games to algorithmic trading. Alexander Radchenko

Benchmarking C++ From video games to algorithmic trading. Alexander Radchenko Benchmarking C++ From video games to algorithmic trading Alexander Radchenko Quiz. How long it takes to run? 3.5GHz Xeon at CentOS 7 Write your name Write your guess as a single number Write time units

More information

第 XVII 部 災害時における情報通信基盤の開発

第 XVII 部 災害時における情報通信基盤の開発 XVII W I D E P R O J E C T 17 1 LifeLine Station (LLS) WG LifeLine Station (LLS) WG was launched in 2008 aiming for designing and developing an architecture of an information package for post-disaster

More information

WHAT EVERY ADVERTISER NEEDS TO KNOW About Podcast Measurement

WHAT EVERY ADVERTISER NEEDS TO KNOW About Podcast Measurement WHAT EVERY ADVERTISER NEEDS TO KNOW About Podcast Measurement 2 INTRODUCTION With the growing popularity of podcasts, more and more brands and agencies are exploring the medium in search of opportunities

More information

Share your Live Photos with friends and family by printing, ordering prints from Snapfish (US only), and via Facebook or .

Share your Live Photos with friends and family by printing, ordering prints from Snapfish (US only), and via Facebook or  . HP Live Photo app - available on ios and Android devices Make your photos come to life with HP Live Photo! HP Live Photo is a free, fun, and easy app for ios and Android that lets you share your experiences

More information

Game Design 2. Table of Contents

Game Design 2. Table of Contents Course Syllabus Course Code: EDL082 Required Materials 1. Computer with: OS: Windows 7 SP1+, 8, 10; Mac OS X 10.8+. Windows XP & Vista are not supported; and server versions of Windows & OS X are not tested.

More information

Teleoperated Robot Controlling Interface: an Internet of Things Based Approach

Teleoperated Robot Controlling Interface: an Internet of Things Based Approach Proc. 1 st International Conference on Machine Learning and Data Engineering (icmlde2017) 20-22 Nov 2017, Sydney, Australia ISBN: 978-0-6480147-3-7 Teleoperated Robot Controlling Interface: an Internet

More information

Setup and Walk Through Guide Orion for Clubs Orion at Home

Setup and Walk Through Guide Orion for Clubs Orion at Home Setup and Walk Through Guide Orion for Clubs Orion at Home Shooter s Technology LLC Copyright by Shooter s Technology LLC, All Rights Reserved Version 2.5 September 14, 2018 Welcome to the Orion Scoring

More information

MOTOTRBO CAPACITY MAX

MOTOTRBO CAPACITY MAX MOTOTRBO CAPACITY MAX MOTOTRBO CAPACITY MAX Next generation trunking solution Increased capacity and scalability Enhanced performance and feature-set Improved management and monitoring DMR Tier III Mode

More information

WAVE 5000 EVERY DEVICE. EVERY NETWORK. EVERY TEAM. CONNECTED LIKE NEVER BEFORE.

WAVE 5000 EVERY DEVICE. EVERY NETWORK. EVERY TEAM. CONNECTED LIKE NEVER BEFORE. DATA SHEET WAVE WORK GROUP COMMUNICATIONS EVERY DEVICE. EVERY NETWORK. EVERY TEAM. CONNECTED LIKE NEVER BEFORE. WAVE 5000 enables highly scalable, feature rich, enterprise grade push-to-talk (PTT) on broadband

More information

Introduction to Local and Wide Area Networks

Introduction to Local and Wide Area Networks Introduction to Local and Wide Area Networks Lecturers Amnach Khawne Jirasak Sittigorn Chapter 1 1 Routing Protocols and Concepts Chapter 10 : Link-State Routing Protocols Chapter 11 : OSPF Chapter 1 2

More information

Collaborative Robotic Navigation Using EZ-Robots

Collaborative Robotic Navigation Using EZ-Robots , October 19-21, 2016, San Francisco, USA Collaborative Robotic Navigation Using EZ-Robots G. Huang, R. Childers, J. Hilton and Y. Sun Abstract - Robots and their applications are becoming more and more

More information

About us. What we do at Envrmnt

About us. What we do at Envrmnt W W W. E N V R M N T. C O M 1 About us What we do at Envrmnt 3 The Envrmnt team includes over 120 employees with expertise across AR/VR technology: Hardware & software development 2D/3D design Creative

More information

Battlefield 3 Servers Setup Xbox 360 Tips

Battlefield 3 Servers Setup Xbox 360 Tips Battlefield 3 Servers Setup Xbox 360 Tips Get ahead of the game with our Battlefield Hardline multiplayer tips and tricks. soon as you're in range. See also: Xbox One vs Xbox 360. Battlefield Hardline.

More information

CONCEPTS EXPLAINED CONCEPTS (IN ORDER)

CONCEPTS EXPLAINED CONCEPTS (IN ORDER) CONCEPTS EXPLAINED This reference is a companion to the Tutorials for the purpose of providing deeper explanations of concepts related to game designing and building. This reference will be updated with

More information

IX Series 2. Description. IX Series 2 System Features

IX Series 2. Description. IX Series 2 System Features IX Series 2 Description The IX Series 2 is a network-based video intercom platform. It is designed for access entry, internal communication, audio paging, and emergency calling applications. The IX Series

More information

Peer-to-Peer Architecture

Peer-to-Peer Architecture Peer-to-Peer Architecture 1 Peer-to-Peer Architecture Role of clients Notify clients Resolve conflicts Maintain states Simulate games 2 Latency Robustness Conflict/Cheating Consistency Accounting Scalability

More information

No Evidence. What am I Testing? Expected Outcomes Testing Method Actual Outcome Action Required

No Evidence. What am I Testing? Expected Outcomes Testing Method Actual Outcome Action Required No Evidence What am I Testing? Expected Outcomes Testing Method Actual Outcome Action Required If a game win is triggered if the player wins. If the ship noise triggered when the player loses. If the sound

More information

A flexible application framework for distributed real time systems with applications in PC based driving simulators

A flexible application framework for distributed real time systems with applications in PC based driving simulators A flexible application framework for distributed real time systems with applications in PC based driving simulators M. Grein, A. Kaussner, H.-P. Krüger, H. Noltemeier Abstract For the research at the IZVW

More information

Project Example: wissen.de

Project Example: wissen.de Project Example: wissen.de Software Architecture VO/KU (707.023/707.024) Roman Kern KMI, TU Graz January 24, 2014 Roman Kern (KMI, TU Graz) Project Example: wissen.de January 24, 2014 1 / 59 Outline 1

More information

Version 8.8 Linked Capacity Plus. Configuration Guide

Version 8.8 Linked Capacity Plus. Configuration Guide Version 8.8 Linked Capacity Plus February 2016 Table of Contents Table of Contents Linked Capacity Plus MOTOTRBO Repeater Programming 2 4 MOTOTRBO Radio Programming 14 MNIS and DDMS Client Configuration

More information

Solipsis: A Decentralized Architecture for Virtual Environments

Solipsis: A Decentralized Architecture for Virtual Environments Solipsis: A Decentralized Architecture for Virtual Environments Davide Frey Joint work with E. Anceaume, A-M. Kermarrec F. Le Fessant, R. Piegay, J. Royan As Scalable As Possible 1 The (virtual) world

More information

USING A FUZZY LOGIC CONTROL SYSTEM FOR AN XPILOT COMBAT AGENT ANDREW HUBLEY AND GARY PARKER

USING A FUZZY LOGIC CONTROL SYSTEM FOR AN XPILOT COMBAT AGENT ANDREW HUBLEY AND GARY PARKER World Automation Congress 21 TSI Press. USING A FUZZY LOGIC CONTROL SYSTEM FOR AN XPILOT COMBAT AGENT ANDREW HUBLEY AND GARY PARKER Department of Computer Science Connecticut College New London, CT {ahubley,

More information

DOWNLOAD OR READ : CLASH OF CLANS GAME GUIDECLASH OF CLANS PDF EBOOK EPUB MOBI

DOWNLOAD OR READ : CLASH OF CLANS GAME GUIDECLASH OF CLANS PDF EBOOK EPUB MOBI DOWNLOAD OR READ : CLASH OF CLANS GAME GUIDECLASH OF CLANS PDF EBOOK EPUB MOBI Page 1 Page 2 clash of clans game guideclash of clans clash of clans game pdf clash of clans game guideclash of clans Download:

More information

Interfacing ACT-R with External Simulations

Interfacing ACT-R with External Simulations Interfacing ACT-R with External Simulations Eric Biefeld, Brad Best, Christian Lebiere Human-Computer Interaction Institute Carnegie Mellon University We Have Integrated ACT-R With Several External Simulations

More information

A Distributed Virtual Reality Prototype for Real Time GPS Data

A Distributed Virtual Reality Prototype for Real Time GPS Data A Distributed Virtual Reality Prototype for Real Time GPS Data Roy Ladner 1, Larry Klos 2, Mahdi Abdelguerfi 2, Golden G. Richard, III 2, Beige Liu 2, Kevin Shaw 1 1 Naval Research Laboratory, Stennis

More information

Game Design From Concepts To Implementation

Game Design From Concepts To Implementation Game Design From Concepts To Implementation Games Go Mobile The Future of Gaming is Mobile! As computer games become increasingly persistent, there will be an increasing demand to access the game information

More information

Department of Computer Science and Engineering The Chinese University of Hong Kong. Year Final Year Project

Department of Computer Science and Engineering The Chinese University of Hong Kong. Year Final Year Project Digital Interactive Game Interface Table Apps for ipad Supervised by: Professor Michael R. Lyu Student: Ng Ka Hung (1009615714) Chan Hing Faat (1009618344) Year 2011 2012 Final Year Project Department

More information

University of Huddersfield Repository

University of Huddersfield Repository University of Huddersfield Repository Gibson, Ian and England, Richard Fragmentary Collaboration in a Virtual World: The Educational Possibilities of Multi-user, Three- Dimensional Worlds Original Citation

More information

Mobile Multiplayer Real-time Games over Wireless Networks

Mobile Multiplayer Real-time Games over Wireless Networks Mobile Multiplayer Real-time Games over Wireless Networks Alf Inge Wang, Martin Jarret, and Eivind Sorteberg Dept. of Computer and Information Science Norwegian University of Science and Technology alfw/jarret/sorteberg@idi.ntnu.no

More information

Individual Test Item Specifications

Individual Test Item Specifications Individual Test Item Specifications 8208110 Game and Simulation Foundations 2015 The contents of this document were developed under a grant from the United States Department of Education. However, the

More information

TECHNICAL AND OPERATIONAL NOTE ON CHANGE MANAGEMENT OF GAMBLING TECHNICAL SYSTEMS AND APPROVAL OF THE SUBSTANTIAL CHANGES TO CRITICAL COMPONENTS.

TECHNICAL AND OPERATIONAL NOTE ON CHANGE MANAGEMENT OF GAMBLING TECHNICAL SYSTEMS AND APPROVAL OF THE SUBSTANTIAL CHANGES TO CRITICAL COMPONENTS. TECHNICAL AND OPERATIONAL NOTE ON CHANGE MANAGEMENT OF GAMBLING TECHNICAL SYSTEMS AND APPROVAL OF THE SUBSTANTIAL CHANGES TO CRITICAL COMPONENTS. 1. Document objective This note presents a help guide for

More information

Department of Computer Science and Engineering The Chinese University of Hong Kong. Year Final Year Project

Department of Computer Science and Engineering The Chinese University of Hong Kong. Year Final Year Project Digital Interactive Game Interface Table Apps for ipad Supervised by: Professor Michael R. Lyu Student: Ng Ka Hung (1009615714) Chan Hing Faat (1009618344) Year 2011 2012 Final Year Project Department

More information

Perspective platforms for BOINC distributed computing network

Perspective platforms for BOINC distributed computing network Perspective platforms for BOINC distributed computing network Vitalii Koshura Lohika Odessa, Ukraine lestat.de.lionkur@gmail.com Profile page: https://www.linkedin.com/in/aenbleidd/ Abstract This paper

More information

Changes made for Version 2. 0 (not released)

Changes made for Version 2. 0 (not released) Changes made for Version 2. 0 (not released) 13.03.14 Version 1.0 of the terrain map is published as download. All NDBs, VORs and TACAN stations are included. The map is complemented by a PDF list of all

More information