Julen Maneros @jmaneros ?

active 4 years, 11 months ago
  • Konstantinos-Katsaros started the forum topic error connecting to SUMO in the group Setup Support:   12 years, 9 months ago · View

    Dear all, I would like to ask you which SUMO version is required for the iTetris Platform because I tried to run the given example with the latest version of SUMO and I got this error: WELCOME TO iTETRIS ================== STEP 1 – SETUP PHASE iCS –> SUMO launched. iCS –> ns-3 launched. STEP 2 [...]

  • Hammi-Badis started the forum topic how implmenting a network stack in the group Setup Support:   12 years, 10 months ago · View

    Hi,
    I want to know how can I implement my own network stack ”ns-3 level”.
    other thing; is there any support ”documentations or rules” for the use of the different tags in the different configuration files??? ”ConfWaveVehicle.xml” for example.
    I hope get a reply and thanks a lot.
    best regards

  • Hammi-Badis posted an update in the group Setup Support:   12 years, 10 months ago · View

    Hi,
    I want to know how can I implement my own network stack ”ns-3 level”, is there any support ”documentations or rules” for the use of the different tags that we can use in the different configuration files??? ”ConfWaveVehicle.xml” for exemple
    I hope get a reply and thanks a lot.

  • Hammi-Badis posted an update in the group Bug reports:   12 years, 10 months ago · View

    Hi,
    I want to know how can I implement my own network stack ”ns-3 level”, is there any support ”documentations or rules” for the use of the different tags that we can use in the different configuration files??? ”ConfWaveVehicle.xml” for exemple
    I hope get a reply and thanks a lot.

  • Konstantinos-Katsaros started the forum topic Using Winner Models in the group Setup Support:   12 years, 10 months ago · View

    Hi all, I’m new in this community. I downloaded the iTetris platform in order to use the propagation models that you implemented. I have developed my own routing protocol on ns-3 for urban VANETs. I want to use the V2V urban propagation model for a 5×5 grid network. I haven’t used the complete iTetris platform. [...]

  • Konstantinos-Katsaros joined the group Bug reports   12 years, 10 months ago · View

  • Konstantinos-Katsaros joined the group Setup Support   12 years, 10 months ago · View

  • Hammi-Badis posted an update in the group Bug reports:   12 years, 10 months ago · View

    Hi,
    when I read about how Itetris wwork I saw that for making an application ”I want to make communication between vehicles a simple echo application” I must do an application module but I don’t know how to do it, so any advices or documentation is appreciated.
    thank you and have good one

  • Hammi-Badis posted an update in the group Setup Support:   12 years, 10 months ago · View

    Hi,
    when I read about how Itetris wwork I saw that for making an application ”I want to make communication between vehicles a simple echo application” I must do an application module but I don’t know how to do it, so any advices or documentation is appreciated.
    thank you and have good one

  • Josef-Jiru joined the group Bug reports   12 years, 10 months ago · View

  • Josef-Jiru joined the group Setup Support   12 years, 10 months ago · View

  • Hammi-Badis posted an update in the group Bug reports:   12 years, 11 months ago · View

    Hi members,
    I want to install ITETRIS, so I installed Sumo and NS3, after that I Installed ICS, all works well: configure, make and install, but after that when I try to patch ns3 it shows lot of fails and when I try to do ./waf install it fails.
    any help is appreciated
    thanks

    • Avatar Image
      Muhammad-Arafat · 12 years, 11 months ago

      Hi Hammi,

      First you need to make sure that you are applying the patch with an admin privileges. you can try ”sudo”, I, myself, would rather use ”su”

      then you have to apply the patch in the following folder:
      /ns-3.7/

      Good Luck..

      • Avatar Image
        Muhammad-Arafat · 12 years, 11 months ago

        the folder is:
        (path_to_ns3_main_folder)/ns-3.7/

    • Avatar Image
      Hammi-Badis · 12 years, 10 months ago

      Hi,
      first thanks for your replay,
      for the errors, they are generated following the patch of ns-3.7.1 and yes I’m interested by your documentation, I use ubuntu 10.10 can you send me your guide to try installing ITETRIS following it advices??
      thanks a lot and have a good one

    • Avatar Image
      Hammi-Badis · 12 years, 10 months ago

      Hi Hanno, I allowed my self sending you this message on an old reply because I’m really cornered, and there is no ”lot of help” although you were the only who helped me to get solutions for my problems, so I want to know how can I implement my own network stack ”ns-3 level”, is there any support ”documentations or rules” for the use of the different tags that we can use in the different configuration files??? ”ConfWaveVehicle.xml” for exemple.
      I hope get a reply and thanks a lot.
      have a good one

    • Avatar Image
      Hammi-Badis · 12 years, 9 months ago

      hi hanno,
      first thanks a lot for you’re reply, and for my problem I want to know the tags that I can use and how, for the stacks ”from what I read” yes we can use our stack but it needs to be programmed first.
      thanks again and have a good one

  • Hammi-Badis joined the group Bug reports   12 years, 11 months ago · View

  • Hammi-Badis posted an update in the group Setup Support:   12 years, 11 months ago · View

    Hi members,
    I want to install ITETRIS, so I installed Sumo and NS3, after that I Installed ICS, all works well: configure, make and install, but after that when I try to patch ns3 it shows lot of fails and when I try to do ./waf install it fails.
    any help is appreciated

  • Hammi-Badis joined the group Setup Support   12 years, 11 months ago · View

  • Dennis-Sluijsmans posted on the forum topic [facilities] ERROR: The loaded map does not contain any lane! in the group Setup Support:   13 years ago · View

    For those facing the same problem, the error is due a wrong (sumo net) map file in the facilities-config-file.xml.

  • Henry-Hsu joined the group Setup Support   13 years ago · View

  • Muhammad-Arafat posted an update in the group Bug reports:   13 years ago · View

    Hi,
    I’ve been trying to use the subscription ”SUB_RECEIVED_CAM_INFO”, but I keep getting this error message:

    STEP 4 – SETUP PHASE
    Error: Invalid argument: Storage::readChar(): invalid position
    iCS –> #Error while receiving response from Application: tcpip::Socket::receive() @ recv: Success

    I added some similar code to Server::LookForNewSubscriptions:

    bool
    Server::LookForNewSubscriptions() {
    int timestep = myInputStorage.readInt();
    int nodeId = myInputStorage.readInt();

    // create reply message
    writeStatusCmd(CMD_ASK_FOR_SUBSCRIPTION, APP_RTYPE_OK, ””);

    if (!ApplicationLogic::m_camAreaIsSet) {
    Area area = ApplicationLogic::GetCamArea();
    SubsSetCamArea(myOutputStorage, nodeId, timestep, area);
    } else if (!ApplicationLogic::m_returnCarAreaIsSet) {
    Area area = ApplicationLogic::GetReturningCarArea();
    SubsReturnCarsInZone(myOutputStorage, nodeId, timestep, area);
    } else if (!ApplicationLogic::m_returnCamMessagesInfoIsSet) {
    bool flag = ApplicationLogic::SetCamInfoFlagToTrue();
    SubsReceivedCamInfo(myOutputStorage, nodeId, timestep);
    } else if (ApplicationLogic::m_camAreaIsSet && ApplicationLogic::m_returnCarAreaIsSet && ApplicationLogic::m_returnCamMessagesInfoIsSet) {
    StopAskingForSubscription(myOutputStorage, nodeId, timestep);
    }

    return true;
    }

    and here’s the function that forms the second primitive of the reply:

    bool
    Server::SubsReceivedCamInfo(Storage& myOutputStorage, int nodeId, int timestep) {
    // command length
    myOutputStorage.writeUnsignedByte(1 + 1 + 1);
    // command type
    myOutputStorage.writeUnsignedByte(CMD_ASK_FOR_SUBSCRIPTION);
    // subscription type
    myOutputStorage.writeUnsignedByte(SUB_RECEIVED_CAM_INFO);

    return true;
    }

    I can’t see where I went wrong.. I even checked how iCS receives this primitive, and it was just three unsigned bytes.

    please help me,

    Kind Regards,
    Muhammad

  • Muhammad-Arafat joined the group Bug reports   13 years ago · View

  • Muhammad-Arafat started the forum topic A question about SUMO in the group Setup Support:   13 years, 1 month ago · View

    Hello,

    Could you please help me finding an answer for the following:
    “Can SUMO outputs the emissions & fuel consumptions for a SPECIFIC vehicle on the map??”

    • Avatar Image
      Muhammad-Arafat · 13 years, 1 month ago

      Just found an answer.

      through the TraCi command: ”TraCI/Vehicle Value Retrieval”, we can get those info for a specific vehicle, using its id…

      please, if somebody knows better, it is more than appreciated. :)

  • Load More