+ 3
SMS
Hey hey friends of SoloLearn, I have a question if you can help me. Well, can someone explain to me, how does messaging work, and what language could be used for it? Hey hey, amigos de SoloLearn, tengo una pregunta haber si pueden ayudarme. Bien, Alguien me puede explicar, ¿Cómo funciona la mensajería, y qué lenguaje podría usarse para ello?
5 Respuestas
+ 2
Thanks! So there are many ways of passing a message to another computer. One way to do it would be to write a server script and a client script. The client script will send the information to the server script which is on the receivers device, and to answer the receiver uses the client script to send their answer to the senders server script. You can do this pretty simply by using pythons socket package as shown in this tutorial : https://codinginfinite.com/JUMP_LINK__&&__python__&&__JUMP_LINK-chat-application-tutorial-source-code/
+ 3
Hey! Messaging can quickly become quite complicated, with encryption and all, so it would be great if you could be a little more precisely on what part of messaging interests you. If you are really interested on this subject I would recommend to watch a tutorial on YouTube or find other forms of tutorials, like this one : https://www.incognito.com/tips-and-tutorials/understanding-messaging-part-one-the-basics-2/#:~:text=The%20messaging%20uses%20a%20%E2%80%9Cstore,message%20to%20the%20receiver's%20computer. ¡Buena suerte! :)
+ 2
Thanks for responding first of all :) Well, messaging, how does it work for a message to be sent to a recipient? Let's imagine that I want to create a console program that sends messages to another computer that has the same program. The idea is communication, passing messages from another computer.
Gracias por responder ante todo :) Bien, la mensajería, ¿Cómo funciona para que un mensaje se envíe a un receptor? Imaginemos que quiero crear un programa de consola que mande mensajes a otra computadora que tiene el mismo programa. La idea es la comunicación, pasar mensajes desde otra computadora.
+ 2
Perfect!!! Thanks, it was what I needed. I will investigate about sockets in Python. Thank you :)
Perfecto!!! Gracias, era lo que necesitaba. Investigaré acerca de los socket en Python. Graciaaas :)
+ 1
No problem! Es un tema interesante ;)