- 1
How do I access Google search in PC by using mobile phone using python code? The things done in mobile should appear in pc.
8 ответов
+ 7
read about twilio
+ 1
To do that you would need control over the whole pc, which is a high security risk and I strongly advise you against it.
Other than that you would have to create a pair of apps, one for pc one for the cell, pair them and then execute them in both at tha same time.
This again is a high security risk method and you shouldnt do it unless you have good knowledge of security programming and protocols
+ 1
If you truly wish to do this, you can use either Bluetooth or WiFi protocols. I suggest you add encryption to your data and design your own algorithm so nobody can hack it. But, given time, it will become a security problem. I can pull your data onto my phone because they are being broadcasted for everyone to read. I can figure out what you are doing and take it over.
0
how to do it @mr.wells?
0
Start learning Ip, Udp, and Tcp. Create a program that pulls those packets off your WiFi network and displays them. You could cheat and find an open source version, but writing it yourself helps you learn the security risks you are taking.
0
thanks bro
- 1
How to do it bro? any algorithm?
- 2
anyone pls🙂