Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #2375

    Hi,
    I would like to use ORP for FRN network.
    Unfortunately I do not understand svxlink, linux, but I’m trying 😉
    I transform echolink settings page to FRN settings.
    This page generated the FRN config files:
    /etc/openrepeater/svxlink/svxlink.d/ModuleFRN.conf
    But need more modificatons. Can somebody help me?

    BR,
    Tamas

    Active Repeater Log:
    Sun Mar 4 10:11:37 2018: GNU GPL (General Public License) version 2 or later.
    Sun Mar 4 10:11:37 2018:
    Sun Mar 4 10:11:37 2018: Using configuration file: /etc/openrepeater/svxlink/svxlink.conf
    Sun Mar 4 10:11:37 2018: — Using sample rate 16000Hz
    Sun Mar 4 10:11:37 2018:
    Sun Mar 4 10:11:37 2018: Starting logic: RepeaterLogic
    Sun Mar 4 10:11:37 2018: Loading RX: Rx1
    Sun Mar 4 10:11:37 2018: Loading TX: Tx1
    Sun Mar 4 10:11:37 2018: Loading module “ModuleFRN” into logic “RepeaterLogic”
    Sun Mar 4 10:11:37 2018: Found /usr/lib/arm-linux-gnueabihf/svxlink/ModuleFRN.so
    Sun Mar 4 10:11:37 2018: Module Frn v1.0.99.0 starting…
    Sun Mar 4 10:11:37 2018: frn debugging is enabled
    Sun Mar 4 10:11:37 2018: rf is disabled
    Sun Mar 4 10:11:37 2018: RepeaterLogic: Event handler script successfully loaded.
    Sun Mar 4 10:11:37 2018: Tx1: Turning the transmitter ON
    Sun Mar 4 10:11:38 2018: Tx1: Turning the transmitter OFF
    Sun Mar 4 10:20:00 2018: RepeaterLogic: Sending short identification…
    Sun Mar 4 10:20:00 2018: Tx1: Turning the transmitter ON
    Sun Mar 4 10:20:06 2018: Tx1: Turning the transmitter OFF

    #2377
    Aaron, N3MBH
    Forum Administrator

    Sorry for the delay in getting back to you. I am not sure what you mean by:

    I transform echolink settings page to FRN settings.

    Can you explain this further?

    ORP does not currently attempt to write to FRN module config. I would suggest you just edit your ModuleFRN.conf file manually.

    I personally have not tried the FRN module. I am working on making a module framework to allow UI development for other modules. So perhaps you can give feed back on FRN when you get it working for a future release.

    73,
    Aaron – N3MBH / WRFV871

    OpenRepeater is offered free of charge. Find out how you can support us.

    #2379

    Hi Aaron,

    Can you explain this further?

    http://www.imagebam.com/image/1bd13b775509403
    This settings page generated /etc/openrepeater/svxlink/svxlink.d/ModuleFRN.conf file.

    ###############################################################################
    #
    # OPENREPEATER / SVXLINK CONFIGURATION FILE
    # This file was auto generated by OpenRepeater.
    # DO NOT MAKE CHANGES IN THIS FILE AS THEY WILL BE OVERWRITTEN
    #
    ###############################################################################

    [ModuleFRN]
    NAME=FRN
    ID=4
    TIMEOUT=300

    SERVER=magyarradiosok.ddns.net
    PORT=10024
    SERVER_BACKUP=
    PORT_BACKUP=
    VERSION=2014000
    EMAIL_ADDRESS=user@gmail.com
    DYN_PASSWORD=LFRNXBW8
    CLIENT_TYPE=2
    CALLSIGN_AND_USER=HA912-L, 912Tamas
    BAND_AND_CHANNEL=PMR1/12
    DESCRIPTION=ORP Gateway test
    COUNTRY=Hungary
    CITY_CITY_PART=Vas megye – Szombathely
    NET=Test
    FRN_DEBUG=1
    DISABLE_RF=0

    USE_GSM_ONLY=1

    But i can not set svxlink to use this. I do not know how svxlink works :(.

    Best Regards,
    Tamas

    #2380
    Aaron, N3MBH
    Forum Administrator

    So If I understand it correctly, from your screenshot your are using the ORP development code base? Version would be listed as “ionosphere” at the bottom of the GUI. Did you copy the Echolink folder and rename for FRN module as a template. All the settings for modules under this framework should be saved as a serialized array to the modules table in the database. I’m assuming that you’ve already figured that part out. There are controls under the Modules UI to enable/disable the module. When enabled this should write a settings into the modules DB table, when you rebuild the config ORP should add the module to the list of enabled modules in svxlink.conf file. There are also some other particular like SVXLink expects the namespace of the module files to be a certain way.

    I am not at home to look at this right now so I am going from memory. I have not experience with FRN, but I believe this is one of the provided svxlink modules. If so, I have no problem trying to help you build out a UI for it and include it in ORP. As long as the module seems stable enough to include.

    73,
    Aaron – N3MBH / WRFV871

    OpenRepeater is offered free of charge. Find out how you can support us.

    #2381

    Thank you, i check svxlink.conf.
    Now i trying install the alterFRN to ORP.

    Yes, i use “IonoSphere”, this more better (database and module handling and newer svxlink), nice work! 😉
    I’m still looking for solutions my idea: I need crossband repeater with connect another gateways.
    One local server and two clients. If not access the internet, switch to local server.
    Like this project: http://picq.klicke.tk/doku.php?id=start
    Can be FRN the solution, but I look at the SvxReflector too.
    Unfortunately I grew up in windows, it’s a big challenge for me 🙂
    (20 years ago i use php and mysql it reminds me of little)

    Best Regards,
    Tamas

    #2385
    Aaron, N3MBH
    Forum Administrator

    OK, I just replied to your other post. See my notes there about the ionosphere code. Depending on how you updated it, I cannot not make any guarantees that it will fully function.

    Yes, I understand. I’ve been using Linux for a number of years, but it isn’t my native OS. Learned a lot over the years, but still more to learn.

    73,
    Aaron – N3MBH / WRFV871

    OpenRepeater is offered free of charge. Find out how you can support us.

    #2886
    Aaron, N3MBH
    Forum Administrator

    Tamas,
    If you were not aware, ORP 2.1.1 was release not too long ago. This has support for add on modules. I am currently working on building out a FRN module. Let me know if you’d be interested in testing it. FRN is not really used over here in the states and is likely not a good legal option for Ham Radio in the US. I am trying to get a module available for our European users since SVXLink already has the Frn code.

    73,
    Aaron – N3MBH / WRFV871

    OpenRepeater is offered free of charge. Find out how you can support us.

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.