From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HTML_MESSAGE,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H5,RCVD_IN_MSPIKE_WL,T_SCC_BODY_TEXT_LINE,URIBL_CSS autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 5807 invoked from network); 17 Mar 2022 04:37:15 -0000 Received: from tb-ob1.topicbox.com (64.147.108.173) by inbox.vuxu.org with ESMTPUTF8; 17 Mar 2022 04:37:15 -0000 Received: from tb-mx0.topicbox.com (tb-mx0.nyi.icgroup.com [10.90.30.73]) by tb-ob1.topicbox.com (Postfix) with ESMTP id B41A13048C for ; Thu, 17 Mar 2022 00:37:14 -0400 (EDT) (envelope-from bounce.mM4cd5fc72ff668b0a39316036.r522be890-2105-11eb-b15e-8d699134e1fa@9fans.bounce.topicbox.com) Received: by tb-mx0.topicbox.com (Postfix, from userid 1132) id B1D5C48CD997; Thu, 17 Mar 2022 00:37:14 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=9fans.net; h=to :message-id:date:mime-version:content-type :content-transfer-encoding:from:list-help:list-id:list-post :list-subscribe:reply-to:subject:list-unsubscribe; s=dkim-1; bh= lu7vEtx8MkSCx//laoBGGaUal9IURdULIqbuzTazWck=; b=okj67HlXxFq5DSCR gg/K6jz2tXcWD5IIy1qgko29CmkAzDvpZn6/iLDvE9DSpBGmmfAG4nfPunTDjFPp OPFiw/009Sf/zVhP0g2M65h8dQwwOk7GsWUISCPIfuWf6NLrQZyiQNHnh724wpBp lJdVbe3nezSdLasmKUoqVqEIwws= To: 9fans <9fans@9fans.net> Message-Id: <16474918290.6dA5eFd1B.14681@composer.9fans.topicbox.com> Date: Thu, 17 Mar 2022 00:37:09 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=16474918291.D74c.14681 Content-Transfer-Encoding: 7bit Topicbox-Policy-Reasoning: allow: sender is a member Topicbox-Message-UUID: e800a8ac-a5ab-11ec-9eb1-d2a59034e1fa Archived-At: =?UTF-8?B?PGh0dHBzOi8vOWZhbnMudG9waWNib3guY29tL2dyb3Vwcy85?= =?UTF-8?B?ZmFucy9UZGQyNjI1OTNmNDBmODAxOC1NNGNkNWZjNzJmZjY2OGIwYTM5MzE2?= =?UTF-8?B?MDM2Pg==?= From: "ibrahim via 9fans" <9fans@9fans.net> List-Help: List-Id: "9fans" <9fans.9fans.net> List-Post: List-Software: Topicbox v0 List-Subscribe: Precedence: list Reply-To: 9fans <9fans@9fans.net> Subject: [9fans] Perhaps someone can give me an advice ... List-Unsubscribe: , Topicbox-Delivery-ID: 2:9fans:437d30aa-c441-11e9-8a57-d036212d11b0:522be890-2105-11eb-b15e-8d699134e1fa:M4cd5fc72ff668b0a39316036:1:liaw_nrqUmnbVBnShtmzn4dhxKVYYTmHsEEl8SHYnSM --16474918291.D74c.14681 Date: Thu, 17 Mar 2022 00:37:09 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 1. My problem : I need a way to exchange images, videos and audio with smartphones, tablett= s and usual computers which reside on the same wlan-router. 2. My solutions : All my solutions have in common that I used qr to generate a qr code which = consists of the ip-adress and port on which to connect to plan9 running in = qemu, 9vx or natively. 2.1. httpd I designed a web page which uses and XMLHttpReque= st inside a script. This makes it possible to select files and transfer the= m to plan9. The solution works in chrome and firefox while safari sometimes= causes problems due to the hard coded ip address. 2.2. ftpd I started a ftp server on plan9 which can be used by ftp clients from mobil= e devices which have a client app installed and this also works.=20 3. My question : Do you have any other suggestions how to solve this problem without making = it necessary to write apps for the mobile device by only relying on standar= d protocols. Does anybody have any ideas or experience ? Would websockets b= e a better solution ? Thanks in advance. ------------------------------------------ 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Tdd262593f40f8018-M4cd5f= c72ff668b0a39316036 Delivery options: https://9fans.topicbox.com/groups/9fans/subscription --16474918291.D74c.14681 Date: Thu, 17 Mar 2022 00:37:09 -0400 MIME-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
1. My problem :

I need a way to exchange images, videos and audio with smartphones, tabl= etts and usual computers which reside on the same wlan-router.
<= div>
2. My solutions :

All= my solutions have in common that I used qr to generate a qr code which con= sists of the ip-adress and port on which to connect to plan9 running in qem= u, 9vx or natively.

2.1. httpd
=

I designed a web page which uses <input type=3D&qu= ot;file" ...> and XMLHttpRequest inside a script. This makes it pos= sible to select files and transfer them to plan9. The solution works in chr= ome and firefox while safari sometimes causes problems due to the hard code= d ip address.

2.2. ftpd
I started a ftp server on plan9 which can be used by ftp cli= ents from mobile devices which have a client app installed and this also wo= rks.

3. My question :
Do you have any other suggestions how to solve this problem w= ithout making it necessary to write apps for the mobile device by only rely= ing on standard protocols. Does anybody have any ideas or experience ? Woul= d websockets be a better solution ?

Thanks= in advance.

= --16474918291.D74c.14681--