this post was submitted on 27 Jul 2025
441 points (96.8% liked)

Technology

73370 readers
6039 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] mesamunefire@piefed.social 1 points 23 hours ago (1 children)

In theory the protocol can support those formats. With meshtastic it's only designed for text. You can get some really basic emojis though since they are Unicode.

[–] sugar_in_your_tea@sh.itjust.works 1 points 22 hours ago (1 children)

If its simple enough, I could probably abuse it to send binary data by encoding everything in base64 or something, and writing a simple translator for whatever my app is.

But what does the usable bandwidth look like, and what about latency? If I'm going just out of range from direct communication, I assume I'd be going through other peoples' nodes, but is that intelligent enough to route messages through efficiently? Or could I see crazy latency spikes?

[–] mesamunefire@piefed.social 2 points 22 hours ago* (last edited 22 hours ago)

You are at the edge of what I know :) If you find out, let the rest of us know. I only have vague and hand wavy knowledge at this point of lora slow means lots of latency. GL!