Navigation

    Hedgehack community

    • Login
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. dmytro.hryn
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 9
    • Best 0
    • Groups 0

    Topics created by dmytro.hryn

    • dmytro.hryn

      When trying to authorize http, the response is always "status_code":401,"status":"Unauthorized"
      YCCaster • • dmytro.hryn

      3
      0
      Votes
      3
      Posts
      341
      Views

      dmytro.hryn

      @ilyavialkov I removed authentication through a file, but that didn't solve the problem:

      caster: host: yccaster-svil.sigemi.cloud address: 0.0.0.0:2101 identifier: My caster operator: My organization nmea: 1 country: EST latitude: 59.44 longitude: 24.74 fallback_host: 0.0.0.0 fallback_port: 0 misc: Some notes configuration: auth: - type: http options: url: http://127.0.0.1:8888/yc-caster-api/mountpoints/ntrip_auth secret: super_secret api: host: yccaster-svil.sigemi.cloud address: 0.0.0.0:8080 api-keys: - "104ebb67-a4bq-4c20-we36-99cb759d1ee9" events: - type: file options: path: /var/caster/session.log types: - caster-ready - caster-terminate - connection-accepted - connection-terminated - ntrip-request-accepted - ntrip-request-rejected - ntrip-session-started - ntrip-session-ended license-key: ""

      and now in the logs there is no attempt to connect the source, only this:

      {"name":"caster-ready","timestamp":1689165626,"data":{"address":"[::]:2101","started_at":1689165626}}
    • dmytro.hryn

      The ability to apply changes to the list of antennas or clients without restarting the caster
      YCCaster • • dmytro.hryn

      3
      0
      Votes
      3
      Posts
      303
      Views

      dmytro.hryn

      @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!

    • dmytro.hryn

      When trying to get the status of a caster using the API, I get a response 403 Forbidden
      YCCaster • • dmytro.hryn

      8
      0
      Votes
      8
      Posts
      649
      Views

      dmytro.hryn

      @ilyavialkov i'm working on a project for a european company that makes robots that cut grass, initially we use caster BKG as a base but faced some problems with its operation and lack of necessary support. And now we are looking for an alternative, if everything suits us, we will buy a license and cooperate.