Informações Principais
     Resumo
     Abstract
     Introdução
     Conclusão
     Download
  
  
  
 
Abstract
 
 
Acadêmico(a): Felipe Garcia
Título: Desenvolvimento de Framework para Jogos Multiplayer para Plataforma Android
 
Abstract:
This work presents a framework to implement the network layer of multiplayer games for the Android platform. The framework allows the use of TCP / IP and UDP / IP to make the communication among different Android devices and / or Java so simple. For sending and receiving information the framework provides a base class called Packet which will be extended by the user packages to define how his packages will be read and written. This class can be used in both protocols without requiring changes. The framework also has the option to use encryption when sending data and the ability to control what packets can be send in a given connection. Finally, we will present the performance of the framework with the help of applications designed to test the framework.