Site Activity

  • Marzouk joined the group Setup Support   8 years, 11 months ago · View

  • Marzouk started the forum topic patch for ns3.18 in the group Setup Support:   8 years, 11 months ago · View

    Hi !

    Please I installed the ns3.18 as explained by the guideline .The problem is that the patch available for downloading is for ns3.7.

    Is there a new patch ?

    Thank you in advance

  • Siyuan Hao posted an update:   8 years, 11 months ago · View

    in the iCS base directory when I execute the commadn line sudo make install
    @sswati

    • Avatar Image
      Shipra Swati · 8 years, 11 months ago

      @shao Please paste your configure command with all options.

  • Siyuan Hao posted on the forum topic undefined reference in the group Setup Support:   8 years, 11 months ago · View

    in the iCS base directory when I execute the commadn line sudo make install

  • Shipra Swati posted on the forum topic No connection to ns3 in the group Setup Support:   8 years, 11 months ago · View

    I am also struggling with same problem.. no clues.. :(

  • Shipra Swati posted on the forum topic undefined reference in the group Setup Support:   8 years, 11 months ago · View

    At which step you got this problem, i.e while make or configure or something else? Please copy-paste the exact line u r running.

  • Siyuan Hao and Shipra Swati are now friends   8 years, 11 months ago · View

  • Siyuan Hao started the forum topic undefined reference in the group Setup Support:   8 years, 11 months ago · View

    I worked out my last problem,now there’s another . this seems to be a link error MLString::transcode(char const*, xercesc_3_0::MemoryManager*)’ apps-configfile-parser.cpp:(.text+0x10f): undefined reference to `xercesc_3_0::XMLPlatformUtils::fgMemoryManager’ apps-configfile-parser.cpp:(.text+0×120): undefined reference to `xercesc_3_0::XMLString::transcode(char const*, xercesc_3_0::MemoryManager*)’ apps-configfile-parser.cpp:(.text+0×127): undefined reference to `xercesc_3_0::XMLPlatformUtils::fgMemoryManager’ apps-configfile-parser.cpp:(.text+0×138): undefined reference to `xercesc_3_0::XMLString::transcode(char const*, xercesc_3_0::MemoryManager*)’ apps-configfile-parser.cpp:(.text+0x13f): undefined reference to `xercesc_3_0::XMLPlatformUtils::fgMemoryManager’ apps-configfile-parser.cpp:(.text+0x14d): undefined reference to `xercesc_3_0::XMLString::transcode(char const*, xercesc_3_0::MemoryManager*)’ [...]

  • Siyuan Hao started the forum topic Configure Problem in the group Setup Support:   8 years, 11 months ago · View

    When I configure the iCS with the command make install , I occurred an error as following : haosiyuan@ubuntu://home/haosiyuan/iTETRIS_Platform_0.2.0/iCS$ sudo make install Making install in src make: Entering directory `/home/haosiyuan/iTETRIS_Platform_0.2.0/iCS/src’ Making install in foreign make: Entering directory `/home/haosiyuan/iTETRIS_Platform_0.2.0/iCS/src/foreign’ Making install in mersenne make: Entering directory `/home/haosiyuan/iTETRIS_Platform_0.2.0/iCS/src/foreign/mersenne’ make: Entering directory `/home/haosiyuan/iTETRIS_Platform_0.2.0/iCS/src/foreign/mersenne’ make: Nothing to be done [...]

    • Avatar Image
      Shipra Swati · 8 years, 11 months ago

      Hi,
      Add header #include in /home/ship/iTetris/iCS/src/foreign/tcpip/socket.cpp.
      Hope it helps!

  • Siyuan Hao joined the group Setup Support   8 years, 11 months ago · View

  • Danyang Tian commented on the blog post The new version of the iTETRIS platform is out!   8 years, 11 months ago · View

    Hi, Dear Julen,

    I have requested the itetris platform many times but haven’t received any confirmation emails related to it. Since two weeks I have been trying to get access to the platform but no response from you. Please reply soon, I need the platform urgently.Thank you very much!

    Best,
    Danyang

  • Julen Maneros commented on the blog post The new version of the iTETRIS platform is out!   8 years, 12 months ago · View

    Dear Muntaser,

    We have received your acces attempts, we have created you an account. As a member, you can download the iTETRIS platform here: http://www.ict-itetris.eu/10-10-10-community/download/

  • Julen Maneros commented on the blog post The new version of the iTETRIS platform is out!   8 years, 12 months ago · View

    Dear Muntaser,

    We have received your acces attempts, we have created you an account. You can download the iTETRIS platform here: http://www.ict-itetris.eu/10-10-10-community/download/

  • Danyang Tian commented on the blog post The new version of the iTETRIS platform is out!   8 years, 12 months ago · View

    Hi, dear Julen, Good morning. How long do I need to wait to register as a member of Itetris community after I proposed a request on the support page? If possible, could you please offer me a user name and password for downloading the platfrom or some demo? We need compare this software with SUMO [...]

  • Julen Maneros commented on the blog post The new version of the iTETRIS platform is out!   9 years ago · View

    Dear Danyang,

    First of all, thank you for your interest! :) If you wish to download the iTETRIS platform and the guidelines and becom a member of our community, you need to make a request through the form you can find in this url: http://www.ict-itetris.eu/10-10-10-community/support/

    Best regards,

  • Shipra Swati posted an update in the group Setup Support:   9 years ago · View

    Hi all, while installing iCS I am getting error:
    /usr/bin/ld: iCS_main.o: undefined reference to symbol ’pthread_create@@GLIBC_2.1’
    //lib/i386-linux-gnu/libpthread.so.0: error adding symbols: DSO missing from command line
    collect2: error: ld returned 1 exit status

    Any help or hint would be appreciated!!

    • Avatar Image
      Shipra Swati · 9 years ago

      Hey, I sorted it out. Just added one more option at the time of configuration, LIBS=’-L/usr/local/lib -lpthread’ resulting into:
      sudo ./configure –enable-sumo –enable-ns3 –enable-applications –with-geographic- libraries=/usr/local/lib –with-geographic-includes=/usr/local/include/GeographicLib –with-xerces-libraries=/usr/local/lib –with-xerces-includes=/usr/local/include/xercesc LIBS=’-L/usr/local/lib -lpthread’.

      Then ”sudo make” and ”sudo make install” and the process completed successfully.

  • Shipra Swati joined the group Setup Support   9 years ago · View

  • Muntaser posted on the forum topic VM ware in the group Setup Support:   9 years ago · View

    I have the same problem. iCS cannot connect with ns3 and sumo.

  • Muntaser posted on the forum topic No connection to ns3 in the group Setup Support:   9 years ago · View

    I have the same problem. iCS cannot connect with ns3 and sumo.

  • Muntaser joined the group iTetris Custom Application Development   9 years ago · View

  • Load More