[Gambas-user] Communications protocols available in Gambas

T Lee Davidson t.lee.davidson at gmail.com
Wed Dec 7 15:59:47 CET 2022


On 12/7/22 08:16, Martín Belmonte wrote:
> El 7/12/22 a las 12:29, BB escribió:
>> DBus 
> But it is only for the same machine right?

Yes. You didn't mention other machines, just other programs. If you want to communicate between machines, the most generic 
option would be to use sockets.

I am unsure what protocols you may be referring to.
> Gambas<PROTOCOL>Gambas.
> Gambas<PROTOCOL>Other
What is meant by that? Are you using "<PROTOCOL>" to represent a communication channel between programs written in Gambas and 
Other [programming language(s)]?

The communication protocol should be suited to the service architecture. What architecture do you have in mind?
client/server?
peer-to-peer?
other?


-- 
Lee



More information about the User mailing list