SMS | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

21st Feb 2022, 10:48 PM
Anthony Carrillo
Anthony Carrillo - avatar
5 Answers
+ 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/
22nd Feb 2022, 1:21 AM
HelloWorld
+ 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! :)
21st Feb 2022, 11:56 PM
HelloWorld
+ 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.
22nd Feb 2022, 12:20 AM
Anthony Carrillo
Anthony Carrillo - avatar
+ 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 :)
22nd Feb 2022, 1:27 AM
Anthony Carrillo
Anthony Carrillo - avatar
+ 1
No problem! Es un tema interesante ;)
22nd Feb 2022, 11:39 AM
HelloWorld