Hi everybody , I was wondering if exists a method to send informations from pc to phone through Bluetooth or internet connection. My idea is to have two apps, created using unity, in which one of them is running on smartphone receiving and showing game data to the user; and the other one on the computer where is generating and sending datas to the phone.
what kind of data you want to send?
but in any case, can use normal tcp/udp to send data, there are lots of ready to use libraries and snippets
this one has good list of few BenchmarkNet (Stress test for ENet, UNet, LiteNetLib, Lidgren, MiniUDP, Hazel, Photon and others)
basic udp message server/client simple udp implementation (send/read via mono/c#)
thanks for the reply anyway my datas are a sort of commands and positions in the space