|
From: Bastien F. <f4...@cr...> - 2019-03-14 09:13:23
|
On 2019-03-13 19:37, Bill Somerville wrote: > On 13/03/2019 14:11, Bastien F4EYQ wrote: >> Hello all, >> >> I've develop a "Radio Cloud" for ham people, This cloud purpose a >> logbook "online" with a webservice connnector called "crx-logbook". >> A presentation page is available here : >> https://project.crx.cloud/crx-radio-cloud >> The site is available here : https://ham.crx.cloud/ >> >> Is it possible to purpose a configuration for this tool into WSJTX ? >> The process is very simple and can be a "generic process" : >> >> Each QSO will be send from WSJTX via webservice protocol ( ex >> soap/json ) >> and configuration needed is : >> >> - URL webservice example : https://ham.crx.cloud/wsjtgateway.php >> - Port webservice : 443 >> >> - Login : the user web login here. >> + Password : His password. >> >> -> Or a generic token based on login/password to send. >> >> - And the remote log ID to use : Log to inject QSO, ex 822. >> >> >> For info, my code here is 100% open source, i think it can be >> interesting to add this feature because, >> people will be able to change the URL of webservice and implement >> their own server. >> >> You have just to specify what webservice protocol you want to use ( >> for me json message is the most simple ). >> >> >> 73 Bastien > > Hi Bastien, > > WSJT-X provides a UDP message when a QSO is logged, actually there are > two, one in WSJT-X binary format and another in ADIF format. One or > other of these messages can be used by an existing application or a > new bridging application to provide the data feed you desire. > > 73 > Bill > G4WJS. > > > > _______________________________________________ > wsjt-devel mailing list > wsj...@li... > https://lists.sourceforge.net/lists/listinfo/wsjt-devel Hello Bill, Tnx for your answer i will work on this option, 73 Bastien |