Also at @[email protected] on Mastodon.

  • 3 Posts
  • 47 Comments
Joined 3 years ago
cake
Cake day: June 21st, 2023

help-circle


  • They’re accepted, of course, but with the maximum power limit being only 20w, I don’t intend to introduce additional power classes or multipliers.

    Another part of trying to make it more accessible is keeping the rules fairly simple. Addressing differences in band/mode limitations with multipliers seemed like a necessary evil, but I’m using the 20w limit to create a somewhat level playing field without adding any additional scoring complexity.

    Unfortunately, this also ruled out satellites, which is a favorite of mine, but I think it’s worth it to keep the contest simple.


  • You can still give it shot! There are significant multipliers for VHF and higher bands to account for the generally more limited range. It’s really intended to be something that every ham can participate in and enjoy.
    There’s even an table at the bottom of the “About and Rules” page showing example scoring comparisons between several different band/mode combos.

    Cool to hear you’re building a rig, though! Is it a kit? I built a bitx40 several years ago, but it sounds like you’re tackling something a bit more complex. lol


















  • K3CAN@lemmy.radiotoOpenWrt@lemdro.idRouter as tiny server?
    link
    fedilink
    English
    arrow-up
    2
    ·
    6 months ago

    For sure.

    I have several of the Google WiFi pucks, myself. Flashing them wasn’t too complicated, but it does involve disassembly. One of them was my primary router for a while, until it was eventually replaced by a banana pi. It handled the typical routing tasks, plus ad blocking, a VPN, etc. without issue.

    Like I said, I believe there’s an nginx package for OpenWRT, serving static web pages should be trivial. If I recall correctly, it only has 8gb of sausage and a half gig of RAM, though. Plenty for a router or static web server, but not a lot of resources for anything too complex. I wonder if you could squeeze a GoToSocial instance in there… That might be fun, actually. I’ve been tinkering with Home Assistant lately, but maybe once that’s “finished”, GTS on a WiFi puck might be my next project. Hm…


  • K3CAN@lemmy.radiotoOpenWrt@lemdro.idRouter as tiny server?
    link
    fedilink
    English
    arrow-up
    3
    ·
    6 months ago

    Neither the Google WiFi nor an RPI make a good nas server, but either would certainly work. Some routers even have m.2 or USB connectors specifically for that reason.

    For a simple web server, there’s even an nginx package for OpenWRT, so you have reverse proxying and basic web hosting on that Google puck with just a couple clicks.

    Another interesting possibility is putting a tftp server on your router, and using it as a pxe server.

    Plenty of options, if you don’t mind the performance.