home.social

#t-box — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #t-box, aggregated by home.social.

fetched live
  1. AOOSTAR T-Box is a cheap palm-sized Intel N100 PC with 3 HDMI ports and 2 Gigabit Ethernet ports

    The AOOSTAR T-Box is a computer that’s small enough to hold in the palm of your hand. But this tiny desktop computer is a versatile little PC that has three HDMI ports, two Gigabit Ethernet ports, and three USB 3.1 Type-A ports, along with a 3.5mm audio jack.
    In other words, you can use it as a digital signage or media center that can drive up […]

    https://liliputing.com/?p=164646

    #35InchPc #aoostarTBox #miniPc #tBox

  2. Example: talk to the #TBox temperature sensor. Asking its name

    request = <<0xA::4,0::1, 0::3>>

    Pattern matching the answer:

    <<0xA::4,1:1, 0::3, name::bytes-12>> = reply

    If it matches, the name will be in the "name" variable.