سوزوكي تكشف النقاب عن XBee الجديدة كلياً مع صور

https://misryoum.com/swzwky-tkshf-alnqab-syarh-xbee-aljdydh-swr/

تعزز سوزوكي حضورها في عالم السيارات عبر كشف النقاب عن النسخة الجديدة من XBee، المصنفة ضمن فئة الكروس أوفر الصغيرة الرياضية، وهي مزودة بمجموعة من تقنيات السلامة ومساعدات السائق إلى جانب قدرات فنية تعزز الأداء والكفاءة. اعتمدت XBee على محرك...

https://misryoum.com/?p=33282

#سوزوكي #تكشف #النقاب #XBee #الجديدة #كليا #صور #منصة_مصر_اليوم_الاخبارية #misryoum_com

سوزوكي تكشف النقاب عن XBee الجديدة كلياً مع صور

تعزز سوزوكي حضورها في عالم السيارات عبر كشف النقاب عن النسخة الجديدة من XBee، المصنفة ضمن فئة الكروس أوفر الصغيرة الرياضية، وهي مزودة بمجموعة من تقنيات السلامة ومساعدات السائق إلى جانب قدرات فنية تعزز

مصر اليوم

Suzuki XBee 2025, yenilenen yüzüyle Japonya'da satışta! Modern LED farlar ve hafif hibrit motoruyla dikkat çeken bu küçük SUV, şehir içi sürüşe yeni bir soluk getiriyor.

🚩 #Suzuki #XBee #Japonya #HibritSUV #YeniModel #Otomotiv

@stevelord @kas Incidentally, a second alternative along those lines would be to use #gensio to provide a reliable connection over an unreliable medium, and then use #nncp's nncp-daemon/nncp-call atop gensio.

I have thought about all this when I've considered running over #LoRA or #XBee SX links. In particular, in xbnet, I documented some #UUCP settings: https://github.com/jgoerzen/xbnet/blob/master/doc/xbnet.1.md#uucp

I haven't directly tried the NNCP-over-UUCP scenario, but I do think it should be fairly straightforward.

xbnet/doc/xbnet.1.md at master · jgoerzen/xbnet

Networking (Ethernet, TCP/IP, IPv6) over Xbee long-distance radios - jgoerzen/xbnet

GitHub
John Goerzen (@[email protected])

How you can tunnel #NNCP over: #S3 #Nextcloud #Owncloud #WebDAV #ssh #tor #LoRA #Xbee #SFTP and even #UUCP: https://github.com/jgoerzen/nncp-tools/blob/main/docs/tunneling.org Oh, and #IPFS will probably work too

FLOSS.social
@deadparrot Hello! I'm a #rust/#rustlang person. Been using it at work for several years, and also have several crates out there. #Filespooler https://www.complete.org/filespooler/ is my most recent project. I'm also behind #xbnet and #lorapipe, which can tunnel TCP/IP or other data down #XBee SX or #LoRA long-distance radios.
Filespooler

What is Filespooler? Filespooler lets you request the remote execution of programs, including stdin and environment. It can use tools such as S3, Dropbox, Syncthing, NNCP, ssh, UUCP, USB drives, CDs, etc. as transport; basically, a filesystem is the network for Filespooler. Filespooler is particularly suited to distributed and Asynchronous Communication. Filespooler is a tool in the Unix tradition of “do one thing and do it well.” It is designed to integrate nicely with decoders (to handle compressed or Encrypted packets, for instance).

www.complete.org
@silwol @ManniCalavera @zkat @liw Hello Kat! Yes I am one that enjoys #rust (see also #rustlang for some reason). Can't say any of my crates are popular, but I've written some for tunneling TCP/IP across #LoRA and #XBee SX long-range, low-power radios using PPP or tun/tap. (see lorapipe, xbnet). Currently working on an asynchronous Unixy job queueing system I hope to announce in a few days. Been using Rust at work for a few years now also.
An addendum - if you have a phone line and #modem, #UUCP can get through just about anything. #ZModem too. These older protocols lack modern security themselves, but will deal with slow and noisy #serial links well. #XBee SX radios provide a serial link they can use.
@kensanata @kelbot @ND3JR Also ND3JR, hello from KR0L. Of course you can't use NNCP on the ham bands due to encryption, but I hope to soon get it running over #LoRa or #XBee long-range radios that run in the 900MHz ISM band. I have projects on Github for both LoRa and XBee radios as well.
@th Yes, and in fact both #LoRa and #XBee do FEC at the physical layer. They packetize data, and guarantee that packets arrive without modification, but not that all packets arrive. So I need something with ARQ (retransmit) but lighter weight than TCP/IP
@stibbons I actually use #NNCP quite a bit (and used #UUCP back in the day also). Unlike UUCP, NNCP assumes a clean connection - a reasonable assumption for most these days. Actually one of my use cases for this would be running NNCP over this kind of link. The NNCP author's canonical suggestion for NNCP over serial is to use TCP over PPP. That works fine to provide reliability, but has too much overhead for these very slow #XBee modems. https://changelog.complete.org/archives/tag/nncp
nncp | The Changelog