[request] BongoSurfer least cost router

Hi!
Would be nice if somebody could create a PKGBUILD since I think this is an perfect application for all those who don't have a DSL Flatrate or simply just need a dial in connection to the internet.
Check it out: http://www.bongosoft.de/
Thanks!

Hm, I've been doing some more work on AWeather lately... I don't think there are any Arch packages for it yet, and I don't use Arch myself, but if someone wants to volunteer to make one I might be able to help/answer questions.
The old wiki page was linked from above, the new development page is here: http://lug.rose-hulman.edu/code/projects/aweather
There's also IDV, which has quite a bit of support, but is a little tricky to get started with, and requires Java: http://www.unidata.ucar.edu/software/idv/

Similar Messages

  • Least Cost Routing in SQL 2008

    Anybody tried stuff like least cost routing in sql 2008? I have a small road network represented by linestrings in sql, and I'd like to find the shortest (or any other) route between two points. Anyone have some links to whitepapers... tutorials maybe?

    I would like to perform routing in MS SQL 2012 which is going to be similar like pg routing ?
    Actually in pgrouting I'll do the following steps to create a routable network.
    1)
    create a database routing with template "template_routing"
    2)
    create table "road_network" with following constraints
    CHECK (st_ndims(the_geom) = 2)
    CHECK (geometrytype(the_geom) = 'MULTILINESTRING'::text OR the_geom IS NULL)
    CHECK (st_srid(the_geom) = 4030)
    Then
    -- @ CREATE INDEX FOR THE ROAD TABLE -------------------- IMPORTANT
    CREATE INDEX spatialindex_road
     ON road_network
     USING gist
     (the_geom);
    3)
    Perform following queries
    ALTER TABLE road_network ADD COLUMN "source" integer;
    ALTER TABLE road_network ADD COLUMN "target" integer;
    SELECT assign_vertex_id('road_network', 0.00001, 'the_geom', 'gid');
    CREATE INDEX source_idx ON road_network("source");
    CREATE INDEX target_idx ON road_network("target");
    ALTER TABLE road_network  ADD COLUMN length double precision;
    UPDATE road_network  SET length = length(the_geom);
    ALTER TABLE road_network  ADD COLUMN reverse_cost double precision;
    UPDATE road_network  SET reverse_cost = length;
    ALTER TABLE road_network  ADD COLUMN x1 double precision;
    ALTER TABLE road_network  ADD COLUMN y1 double precision;
    ALTER TABLE road_network  ADD COLUMN x2 double precision;
    ALTER TABLE road_network  ADD COLUMN y2 double precision;
    UPDATE road_network  SET x1 = x(ST_PointN(the_geom, 1));
    UPDATE road_network  SET y1 = y(ST_PointN(the_geom, 1));
    UPDATE road_network  SET x2 = x(ST_PointN(the_geom, ST_NumPoints(the_geom)));
    UPDATE road_network  SET y2 = y(ST_PointN(the_geom, ST_NumPoints(the_geom)));
    alter table road_network add column cost double precision default 0;
    update road_network set cost=0.1 where type='NH';
    update road_network set cost=0.2 where type='SH';
    update road_network set cost=0.3 where type='major';
    update road_network set cost=0.4 where type='minor';
    update road_network set cost=1.2 where type='colony';
    update road_network set cost=0.8 where type='third';
    4)
    Now network table created
    To check 
    Run: 
    run this query on ur postgreSQL....
    assign table name name and create a table
    CREATE TABLE shortest_path_astar_table_3(gid int4) with oids;
    SELECT AddGeometryColumn( 'shortest_path_astar_table_3', 'the_geom', 4030, 'MULTILINESTRING', 2 );
    INSERT INTO shortest_path_astar_table_3(the_geom) 
    SELECT the_geom FROM astar_sp_directed('road_network',37,43,true,true);
    Open "shortest_path_astar_table_3" on QGIS and check the path
    Is there any similar way to perform similar queries in SQL ?

  • Least cost routing using GMS Gateway

    Hi All,
    We have a GSM devices providing least cost routing on our PBX. We’re looking to fully migrate our phone system to Lync 2013 and I’m interested to know if there are any supported (single line) GSM Gateways.
    I’m looking to use it connected to our Lync server with no PBX. (Direct SIP)
    We only have a small number of users so routing all mobile calls out over the GSM gateway with a single line.
    Many thanks
    James

    I've heard some rumbling of AudioCodes having something
    http://www.audiocodes.com/solutions/fmc but I haven't messed with it and it looks like the devices would be overkill for you. 
    For Lync 2013, there are a small number of vendors and devices supported:
    http://technet.microsoft.com/en-us/lync/gg131938.aspx so I'd suggest reaching out.
    If there is nothing "supported" that doesn't mean there's not something that will work.  If it needs to be supported, you might have to doublehop between Lync and a supported device and the supported device and the GSM device. 
    My only suggestion unless someone chimes in with something more would be to get a supported device with analog ports such as an AudioCodes Mediant, and plug GSM to analog (FXS) devices in the ports.
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question please click "Mark As Answer".
    SWC Unified Communications

  • Least Cost Routing VoIP between CME sites - can it be done?

    Is it possible to configure LCR between two CME sites? I have two different CME's that are in two different states and would like to take advantage of the PSTN connections at both sites. I'm currently using h323 dial-peers for 4-digit dialing and toll bypass, but am not quite sure how to get site A to dial out site B's ISDN line for PSTN calls.
    I'm using CallManager Express at both sites.
    Any hints?
    Thanks.

    Mike,
    This can be done. Make the configuration transparent to the IP phone users, so they will just dial the numbers as long distance numbers. Configure redundancy via dial-peers. Two dial-peers will do the trick. The first dial-peer will send the call to the remote gateway for it to be routed out as a local call. If the number dialed is dialed as 91+10 digits, strip the 91 (and the area code if necessary) before sending the call to the remote gateway which should already be configured to route the call out as a local call. The second dial-peer is a failover dial-peer, to be used incase the WAN is down or the remote gateway is not available to route out the call. In this case, the call is sent out the local gateway as a normal long distance call.
    The configuration could look somewhat like this:
    voice translation-rule 4
    rule 1 /^91212/ /212/
    voice translation-profile LCR
    translate called 4
    dial-peer voice 1 voip
    description ** LCR Via CME_Site_B **
    destination-pattern 91212[2-9]......
    translation-profile outgoing LCR
    preference 1
    dial-peer voice 2 pots
    description ** LD to CME_Site_B Via Local PSTN**
    destination-pattern 91212[2-9]......
    preference 2
    forward-digits 11
    port x/x
    Hope this helps.
    Michael.

  • Least Cost Formulation in Product Development of OPM in R12

    Hi
    IT IS VERY URGENT.....HELP ME OUT
    Can any one detailed ON " Least cost Formula" in OPM of R12 with regard to :
    1. What exactly is LCF
    2. Where/when we can use, with examples.
    3. Its Set ups
    4. When it recommends to use this LCF
    IF Any RCD (Release content docs) is there also plz sahre.
    Regards
    Raj

    Hi Raj,
    Define items,(products, ingredients,etc)
    Define Ingredients item costs has been defined
    (N) OPM Financials > Item Costs
    Define technical Parameters(Numerical/Derived Cost, etc required for your setup)
    (N) Formulator > Technical Data > Technical Paramerters
    Then Assign Laboratory Technical Parameters Sequences ( for the above defined Tech parameters)
    (N) Formulator > Technical Data > Technical Paramerters Sequences
    Define your OPM item's Technical Data (with the above item tech parameters & sequences)
    (N) Formulator > Technical Data > Item Technical Data
    Create a new Formulation Specification
    (N) Formulator > Formulation Specification Workbench > (M) Actions>New Specification
    enter required data,
    Ingredient Selection = Material Requirement
    select Optimization Objective(minimise or maximise)
    Create Material Requirement (Highlight your new specification, (M) Actions>New Requirement
    menu.)
    Create Technical Requirements((M) Actions>New Requirement object)
    Approve Formulation Specification ((M) Actions>Change Status ->Approved for General Use)
    Generate a least cost formula, for your Specification object ((M) Actions>Formulate, click generate button)
    Click the Material View tab
    Review the material View details
    (Ingredient displays each ingredient with its Qty and, UOM and Description.Each technical Parameter associated with the ingredients and product are listed next to the item)
    try this out,
    regards
    SeenuYarasi
    (N) navigation, (M) menu

  • If equal cost routes exist, OSPF uses CEF load balancing?

    Hi All,
    Can anyone explain about:
    . If equal cost routes exist, OSPF uses CEF load balancing?

    Disclaimer
    The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
    Liability Disclaimer
    In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
    Posting
    Rick is correct, but if his response, with mine, causes any confusion. . .
    To OP's original question:
    If equal cost routes exist, OSPF uses CEF load balancing?
    The answer is technically no, for the reason Rick describes.
    But if we rephrase, such as:
    Does CEF load balance across multiple equal cost routes generated by OSPF?
    The answer would be yes.
    I suspect the latter question is what the OP really had in mind, but again, Rick is correct to distinguish that OSPF doesn't use CEF.

  • RIP/EIGRP maximum number of Equal cost routes

    I am looking for documentation on:
    If a router has 20 equal cost routing paths and only 4 show up in the routing table, what is the determining factor that chooses which four and where are the other 16 put in case the 4 routes become unusable.
    Most documentation will tell you the maximum amount and how to change it but I have not found any documentation on how EIGRP or RIP chooses the routes.

    You can have up to 4 by default, but you can configure the routing table to accept up to 6 on older code, and up to 8 on newer code, using the command "maximum-paths" under router eigrp. EIGRP will attempt to install all of the available paths, but the routing table will only allow it to install the first x that it installs.
    The routes which are not installed by EIGRP are placed in a "backup table." If one route fails, each routing protocol running on the router is notified, and will attempt to install any routes (which match the destination, of course) back into the routing table. Again, the frst x paths would win.
    Be careful with this much redundancy in eigrp--you're playing with fire if you have 15 or 20 links between a pair of routers.Russ

  • DHCP request through accesspoint and router

    This is how our setup is like:
    Laptops => Cisco 1100 AP(static IP) => Wired LAN (Subnet 1) => Cisco Router => Wired LAN (Subnet 2) => DHCP server
    What i would like is that the DHCP-request from our laptops is forwarded/relayed through the AP and Router to the DHCP-server and back.
    We dont want to use the AP's internal DHCP server but centralise this.
    At the moment i'v configured the AP through CLI and added the following command: ip dhcp-server xx.xx.xx.xx
    Where xx is the IP of the DHCP server
    On the Router i'v added the command ip helper-address xx.xx.xx.xx
    Where xx is the IP of the DHCP server
    Don't know if this is the correct way, but i do know it isn't working.
    Some help is realy appreciated.
    Grx,
    Joris

    You need at least the following connectivity for DHCP relay to work.
    Between the DHCP relay agent and the DHCP server:
    - UDP Port 67 <-> UDP Port 67
    Between the DHCP server and the DHCP client:
    - UDP Port 67 <-> UDP Port 68 (renewing/releasing a lease)
    - ICMP echo (Most DHCP servers check if an IP is still free)
    On the Cisco router you can use some debugging commands
    to check that relaying works.
    (This might produce a lot of output, careful on a production system.)
    #term mon
    #debug ip dhcp server packet
    #debug ip dhcp server events
    For Subnet 1 with the router's IP 10.0.0.1 and two configured
    DHCP servers (192.168.0.1, 192.168.9.1) as "ip helper" a successfull
    exchange looks like this:
    DHCPD: DHCPREQUEST received from client 0100.aabb.bbcc.cc.
    DHCPD: setting giaddr to 10.0.0.1.
    DHCPD: BOOTREQUEST from 0100.aabb.bbcc.cc forwarded to 192.168.0.1.
    DHCPD: BOOTREQUEST from 0100.aabb.bbcc.cc forwarded to 192.168.9.1.
    DHCPD: forwarding BOOTREPLY to client 00aa.bbbb.cccc.
    DHCPD: Forwarding reply on numbered intf
    DHCPD: creating ARP entry (10.0.0.49, 00aa.bbbb.cccc).
    DHCPD: unicasting BOOTREPLY to client 00aa.bbbb.cccc (10.0.0.49).
    #undebug all
    I would also try to ping the router's IP in Subnet 1 and a client
    with a fixed IP in Subnet 1 from the server. (The DHCP server uses
    this to check if a lease is actually free before handing it out)
    Otherwise it's time for packet sniffing on the DHCP server
    and the client. (snoop, tcpdump, ethereal)

  • Transport request activation for Cost Center/profit Center

    Warm Greetings
    Which fields i need to activate to get transport request for the below question ?
    1.Cost center/profit center
    2.Cost center group/Profit center group
    Your responce/comment will help me to know how to process,
    Regards
    Shamul heq
    Edited by: shamulheq on Feb 14, 2010 12:08 PM

    Hi Shamul,
    Please try the following transactions;
    1. Cost center / Cost center group etc
    Transaction: OKE6
    IMG menu: Controlling > General Controlling > Production Start-up Preparation > Transport Settings for Master Data
    2. Profit center / Profit center group etc
    Transaction: 0KEQ
    IMG menu: Controlling > Profit Center Accounting > Tools > Transport Customizing Settings > Transport Master Data

  • In DFS, How to make servers LEAST COST for different subnets.

    Hello, We setup DFS in our domain (SERVER1) and we replicated the DFS namespace into a server which is also a member of the domain but it is on a DIFFERENT SUBNET (let's call this server SERVER2).
    How can I make sure that the SERVER2 DFS redirection should NOT go to SERVER1 unless SERVER2 is down, etc.? or How do we make sure SERVER2 clients don’t go to the wrong site and vice versa WHEN we enable DFS on multiple systems?
    I have also enable least expensive target selection (site-costing) in DFS but I am not sure if that will work.
    Note: SERVER2 is not a Domain Controller
    SERVER1 is Server 2008 Standard
    SERVER2 is Server 2008 R2 Standard
    Please help and Thank you in advance.
    Regards,
    Rod
    --- Network Security Administrator

    Dear Mandy,
    I have run the command DFSUTIL /PKTINFO on SERVER2 Client's computer and seems like it is referred
    to SERVER1 DFS namespace targets.
    Namespace Referrals is set to Lowest cost. 
    Here is the output of the command:
    C:\>DFSUTIL /PKTINFO
    1 entries...
    Entry: \Jessel.local\SysVol
    ShortEntry: \Jessel.local\SysVol
    Expires in 0 seconds
    UseCount: 0 Type:0x1 ( DFS )
       0:[\filesv02.Jessel.local\SysVol] AccessStatus: 0 ( ACTIVE TARGETSET )
       1:[\FILESV03.Jessel.local\SysVol]
    DfsUtil command completed successfully.
    Please advise.
    Thank You very much.
    Rod Lopez
    --- Network Security Administrator

  • Verizon Fios Complaint / Requesting an upgraded wireless router

    Good evening,
    I called customer service about 6 times Monday night, requesting to get a new updated wireless router because my new laptop I purchased wasn't working on the current one. Knowing that my gear is outdated, I figured it wouldn't be a hassle because I've been a customer for 3 years. (I have the wireless b,g; all of my new neighbors have the wireless b,g,n)(I live on a military instillation where we are only offered fios as internet, so I can see the neighbors wireless signals and see that they are all b,g,n signals)
    As soon as I asked if I could get a new router, Fios support instantly started explaining how its backwards compatible and it's not the routers problem after "looking" at my settings and other devices connected. Ok, I know that its backwards compatible, but I would still like to upgrade my equipment. . .technology is evolving and I do not feel like I should have to keep the original dinosaur that I was issued 3 years ago just because it still works.
    After talking to me about the backwards compatibility and walking me through tech support on how to fix the connectivity problem, the Fios support tech explained that the new wireless routers are in high demand and that they are only given to new customers/preferred customers and in select areas? REALLY?
    Questions for you:
    What makes you a preferred customer? Is 3 years not enough?
    Select areas???? I'm in DC! It's the nation’s capital.
    New customers only? So are you really requesting I drop your service because my 3 years of loyalty is not good enough?
    All I ask for is a little upgrade to keep up with the times/new devices. I do did not expect to get the answers I did, and feel as if Verizon does not care about its current customers, but feels the need to pull in as many new customers as they can, bind them in a contract, and completely fail at giving the loyal customers the treatment they should get for sticking with Verizon though all of the crap.
    Thank you for taking the time to view my complaints, I would have called or filed a complaint through other means but I cannot navigate through the website to find an easy way to do that, and when I called to get the upgrade it was no help to me at all. So if any Verizon Tech Support have answers for me or can help me get an upgrade thank you.
    Respectfully submitted,
    Loyal Verizon Customer

    #1 If you don't have FIOS TV, get and use your own router.
    I point to http://www.dslreports.com/faq/15991
    #2 If you have FIOS TV, but not media share, I point you to
    http://www.dslreports.com/faq/15992
    #3 If you have FIOS TV and you have and want media share to work, I point you to
    http://www.dslreports.com/faq/15993
    This info is my two cents and I hope it helps.
    If you have any questions, please ask.
    If you are the original poster (OP) and your issue is solved, please remember to click the "Solution?" button so that others can more easily find it. If anyone has been helpful to you, please show your appreciation by clicking the "Kudos" button.

  • Repair request spare parts costs transfer to COPA

    I have system configured that when I have repair request and I need to deliver a spare parts the cost of this are issued and booked with Outbound delivery document to FI. There is no costs on a repair request order.
    I wonder if it is any way to book the cost of mentioned spare parts cost to COPA as well?
    Thanks in advance,
    Rafal

    Hello
    Process is like below:
    1. Creating a repair request (VA01) for broken warranty item
    2. Delivery is done for the item with Post Goods Issue.
    Above steps create only material document with no FI document.
    3. In change order (VA02) for just created repair request in Repair TAB repairs and replacement Business decision is done.
    4. Deliver is done. In deliver there are two materials and after having the Post Goods Issue, system create material document and FI document (warehouse -> cost of sales)
    This is all the steps, no invoice is done issued for this process.
    Thanks for interesting,
    Rafal

  • When are we getting new at least n router.

    Hello, I willi like to know when are getting new n routers, the router that we have is very old is only a g router and speed and distance really sucks, I pay I lot of money for your services and the least you can do it's giving us a N router please Verizon I ll wait for your reply band new modem/router NN , thanks in advance. Great customer here. {edited for privacy}

    Elprietodpr wrote:
    Hello, I willi like to know when are getting new n routers, the router that we have is very old is only a g router and speed and distance really sucks, I pay I lot of money for your services and the least you can do it's giving us a N router please Verizon I ll wait for your reply band new modem/router NN , thanks in advance. Great customer here. {edited for privacy}
    Verizon has n routers, but its not always easy to get one. The Rev. f and g are n and the newest rev. i is also n.
    If you want the newest rev. i (gige) router you'll have to pay $99 for it unless you upgrade to the 150 mb or higher plan in which they will give you one for free.
    You can call Verizon and say your router broke, have them send you a new one and hope you get an n router in return. Most likely you will since they are no longer taking back g routers from customers who discontinue service. You won't know what router you will get though until you get it.
    You can check out ebay where there are always a ton of them for sale at lower prices then Verizon sells them at.
    There is always the option of buying your own n router elsewhere and just using it along with your current one.

  • Low cost router with DHCP option 66

    I am trying to find the lowest cost Cisco router with option 66.  I use the router in conjunction with spa50x phones and need to be able to have them config at boot up.
    I was using the srp521.  It was suggested to use the isa550, but that just got an EOL.  Do any of the RV routers support it, I did not find it on a rv110 and I know its not on the rv042.  It seems to me that this is a functionality that should be on a router aimed at a small business.
    Sage

    Dear Sage,
    Thank you for reaching the Small Business Support Community.
    Unfortunately none of the Small Business routers were intended to provide DHCP option 66 for IP Phones configuration via TFTF server. I suggest you to look for a enterprise device for that matter, like an ASA for example, and you can also inquire about a low cost option from their community support forum.
    My job role in Cisco, among several, is to identify business opportunities and product enhancements for the Small Business products so I am definitely going to suggest this option 66 feature for future firmware releases.
    Please do not hesitate to reach me back if there is anything I may assist you with in the meantime.
    Kind regards,
    Jeffrey Rodriguez S. .:|:.:|:.
    Cisco Customer Support Engineer
    *Please rate the Post so other will know when an answer has been found.

  • Shipment cost/route

    Hi All,
    Purchase Order is cretaed , route is different from the oute in Delivery document.(replineshmnt O/B delivery).In shipment document route has picked up as is in Delivery document.But Stages are not appearing. What would be the possible cause for not appearing stagers in shipment document.

    Hi ,Please Check the Changes in the delivery if the route has been changed Manually.If it has been changed  b4 changes then it might pick the route which is there in Delivery in Shipment.

Maybe you are looking for

  • Excise invoice is meant for normal exports.

    Hi Gurus, In Deemed exports :  While raising ARE-3 its showing the following error message: 0000000003/2008 excise invoice is meant for normal exports. Message no. 4F260 Please share your ideas to go ahead. I have used same excise group but different

  • Exclude in variable customer exit

    Hello, Can you help me solve problem with exclude in variable customer exit? I have z-table with name of variable and values. Primary I need save multiple values with exclude. I was tried this code: if i_step eq 2. select * from zbwsd_01 into table i

  • FB01 in batch input

    Hello everyone, I am not able to reproduce something so I thought I would ask here. In FB01, you can have many things that gives you a mistake if the input is wrong. Though, if you run the transaction FB01 in a batch input, how many mistakes per tran

  • Can the ios5 work for an ipod touch 2 gen?

    i have a 2nd gen ipod touch. i was wondering can some of the features on the ios 5 work for my ipod 2nd gen? and if no.. if i jailbreak my ipod touch 2nd gen then would the ios 5 work?

  • Noob question, drag and drop

    I am updating my GoLive skills by learning DW CS4. One thing I would like to do is drag and drop common items and forms items. I have not been able to get that to work. I have to place cursor where I want the item, then go to the palette and click th