Navigation

    Hedgehack community

    • Login
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    The ability to apply changes to the list of antennas or clients without restarting the caster

    YCCaster
    2
    3
    290
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • dmytro.hryn
      dmytro.hryn last edited by

      Hi assistance, is it possible to apply modified antenna or client authorization files without restarting caster? if not, do you plan to add this feature?

      ilyavialkov 1 Reply Last reply Reply Quote 0
      • ilyavialkov
        ilyavialkov @dmytro.hryn last edited by

        @dmytro-hryn If I understood you correctly. You need to use http authorisation. https://yccaster.com/guide/configuration.html#http

        But you will need to implement your own backend. When YCCaster get an incoming NTRIP connection, if will send HTTP request to your endpoint. If response status code is 2xx, caster will accept connection, if status code is 4xx it will reject it.

        NTRIP Server/client <--> YCCaster <--> Your API

        In case of NTRIP server / Base station, your backend also should provide a source string in the response body.

        Like:

        {"fee": "N", "misc": "", "nmea": 0, "format": "RTCM 3.3", "bitrate": 0, "carrier": 2, "country": "MEX", "network": "", "latitude": 0, "solution": 0, "generator": "Emlid Reach M2", "longitude": 0, "identifier": "", "nav-system": "GAL+GPS+BDS+GLO", "compr-encryp": "none", "authentication": "B", "format-details": "1006(10),1074(1),1094(2),1084(1),1124(2),1230(10)"}
        
        dmytro.hryn 1 Reply Last reply Reply Quote 0
        • dmytro.hryn
          dmytro.hryn @ilyavialkov last edited by

          @ilyavialkov Initially, I asked about authorization through a file, but now I realized that this is not my way. Authorization via http is more flexible and solves the problem when scaling casters with a single database. So I started developing the back-end. Thanks anyway!

          1 Reply Last reply Reply Quote 0
          • First post
            Last post
          Powered by NodeBB | Contributors