<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>10 10 10 Community | Raik-Aissaoui | Activity</title>
	<atom:link href="http://www.ict-itetris.eu/10-10-10-community/members/raik-aissaoui/activity/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ict-itetris.eu/10-10-10-community/members/raik-aissaoui/activity/feed</link>
	<description>Raik-Aissaoui - Activity Feed</description>
	<pubDate>Sat, 18 Apr 2026 10:06:04 +0000</pubDate>
	<generator>http://buddypress.org/?v=1.2.5.2</generator>
	<language></language>
	
						<item>
				<guid>http://www.ict-itetris.eu/10-10-10-community/activity/p/339/</guid>
				<title><![CDATA[Raik-Aissaoui posted an update in the group Bug reports: there are some errors: in /src/inci-utils/itetris-types.h: enum ServiceProfile {CAM, DENM, APP, APP_ITSG5}; DENM and not [...]]]></title>
				<link>http://www.ict-itetris.eu/10-10-10-community/activity/p/339/</link>
				<pubDate>Thu, 01 Nov 2012 08:26:44 +0000</pubDate>

				<description>
					<![CDATA[
					<p><a href="http://www.ict-itetris.eu/10-10-10-community/members/raik-aissaoui/" title="Raik-Aissaoui" rel="nofollow">Raik-Aissaoui</a> posted an update in the group <a href="http://www.ict-itetris.eu/10-10-10-community/groups/bug-reports/" rel="nofollow">Bug reports</a>: there are some errors:<br />
in /src/inci-utils/itetris-types.h:<br />
enum ServiceProfile {CAM, DENM, APP, APP_ITSG5}; DENM and not DEMN<br />
in src/itetris-station-mgnt/umts-vehicle-scan-mngr.cc:<br />
    station-&gt;SetLon(model-&gt;GetPosition().y); and not GetPosition().x</p>

											<p>Comments: 0</p>
					
										]]>
				</description>
							</item>
					<item>
				<guid>http://www.ict-itetris.eu/10-10-10-community/activity/p/319/</guid>
				<title><![CDATA[Raik-Aissaoui posted a new activity comment]]></title>
				<link>http://www.ict-itetris.eu/10-10-10-community/activity/p/319/</link>
				<pubDate>Mon, 15 Oct 2012 08:45:40 +0000</pubDate>

				<description>
					<![CDATA[
					<p><a href="http://www.ict-itetris.eu/10-10-10-community/members/raik-aissaoui/" title="Raik-Aissaoui" rel="nofollow">Raik-Aissaoui</a> posted a new activity comment: message.payloadValue = 0; //here you can change the advised speed</p>

					
											<br /><strong>In reply to</strong> -
						<a href="http://www.ict-itetris.eu/10-10-10-community/members/kxu/" title="Ke Xu" rel="nofollow">Ke Xu </a> posted an update in the group <a href="http://www.ict-itetris.eu/10-10-10-community/groups/itetris-custom-application-development/" rel="nofollow">iTetris Custom Application Development </a>: Hello, First thank the developers for providing version 0.2.0 and this time the app can be run without any error. After reading guideline0.2.0 and running the demo app, I am still struggling to figure out how to modify the demo app. For example, the easiest [...]										]]>
				</description>
							</item>
					<item>
				<guid>http://www.ict-itetris.eu/10-10-10-community/activity/p/319/</guid>
				<title><![CDATA[Raik-Aissaoui posted a new activity comment]]></title>
				<link>http://www.ict-itetris.eu/10-10-10-community/activity/p/319/</link>
				<pubDate>Mon, 15 Oct 2012 08:45:10 +0000</pubDate>

				<description>
					<![CDATA[
					<p><a href="http://www.ict-itetris.eu/10-10-10-community/members/raik-aissaoui/" title="Raik-Aissaoui" rel="nofollow">Raik-Aissaoui</a> posted a new activity comment: I am trying to customize itetris example.</p>
<p>For example to change the advised speed sending from RSU to vehicles, you will find it in community-demo-app/src/application-logic.cpp<br />
vector<br />
ApplicationLogic::SendBackExecutionResults(int senderId, int timestep)<br />
{<br />
    vector results;</p>
<p>    if (timestep &gt;= m_appStartTimeStep &amp;&amp; senderId == 5000) {<br />
        // Loop vehicles in the area, one message per vehicle<br />
        for (vector::const_iterator it = m_vehiclesInArea.begin() ; it != m_vehiclesInArea.end() ; it++) {<br />
            AppMessage message;<br />
            message.messageId = ++m_messageCounter;<br />
            message.status = kToBeScheduled;<br />
            message.senderId = senderId;<br />
            message.destinationId = (*it).id;<br />
            message.createdTimeStep = timestep;<br />
            //message.payloadValue = (*it).speed + 10;<br />
            message.payloadValue = 0; //here you can change the advised speed<br />
            m_messages.push_back(message);<br />
        }</p>
<p>        // Keep in safe place all the results to send back to the iCS<br />
        results = m_messages;</p>
<p>        // Loop current messages to find those to be applied and erase from the result record<br />
        for (vector::iterator it = m_messages.begin() ; it != m_messages.end() ; it++) {<br />
            if ((*it).status == kToBeApplied) {<br />
                m_messages.erase(it); // The value will be applied so there is no need to have it registered any longer<br />
            }<br />
        }<br />
    }</p>
<p>    return results;<br />
}</p>

					
											<br /><strong>In reply to</strong> -
						<a href="http://www.ict-itetris.eu/10-10-10-community/members/kxu/" title="Ke Xu" rel="nofollow">Ke Xu </a> posted an update in the group <a href="http://www.ict-itetris.eu/10-10-10-community/groups/itetris-custom-application-development/" rel="nofollow">iTetris Custom Application Development </a>: Hello, First thank the developers for providing version 0.2.0 and this time the app can be run without any error. After reading guideline0.2.0 and running the demo app, I am still struggling to figure out how to modify the demo app. For example, the easiest [...]										]]>
				</description>
							</item>
					<item>
				<guid>http://www.ict-itetris.eu/10-10-10-community/groups/setup-support/forum/topic/sumo-installation/#post-20</guid>
				<title><![CDATA[Raik-Aissaoui posted on the forum topic SUMO Installation : undefined reference to `xercesc_3_0::[...]&#039; in the group Setup Support]]></title>
				<link>http://www.ict-itetris.eu/10-10-10-community/groups/setup-support/forum/topic/sumo-installation/#post-20</link>
				<pubDate>Sun, 07 Oct 2012 13:55:50 +0000</pubDate>

				<description>
					<![CDATA[
					<p><a href="http://www.ict-itetris.eu/10-10-10-community/members/raik-aissaoui/" title="Raik-Aissaoui" rel="nofollow">Raik-Aissaoui</a> posted on the forum topic <a href="http://www.ict-itetris.eu/10-10-10-community/groups/setup-support/forum/topic/sumo-installation" rel="nofollow">SUMO Installation : undefined reference to `xercesc_3_0::[...]&#039;</a> in the group <a href="http://www.ict-itetris.eu/10-10-10-community/groups/setup-support/" rel="nofollow">Setup Support</a>: add LIBS='-L/usr/local/lib -lxerces-c' at the end of ./configure option<br />
it will resolve the problem</p>
<p>sudo ./configure –with-fox-libraries=/usr/lib --with-fox-<br />
includes=/usr/include/fox-1.6 --with-gdal-libraries=/usr/lib --with-<br />
gdal-includes=/usr/include/gdal --with-proj-libraries=/usr --with-<br />
geographic=/usr/local/lib –-with-geographic-<br />
includes=/usr/local/include/GeographicLib --with-xerces=/usr/local/lib<br />
-–with-xerces-includes=/usr/local/include/xercesc LIBS='-L/usr/local/lib -lxerces-c'</p>

											<p>Comments: 0</p>
					
										]]>
				</description>
							</item>
					<item>
				<guid>http://www.ict-itetris.eu/10-10-10-community/activity/p/313/</guid>
				<title><![CDATA[Raik-Aissaoui joined the group iTetris Custom Application Development]]></title>
				<link>http://www.ict-itetris.eu/10-10-10-community/activity/p/313/</link>
				<pubDate>Tue, 03 Jul 2012 07:59:06 +0000</pubDate>

				<description>
					<![CDATA[
					<p><a href="http://www.ict-itetris.eu/10-10-10-community/members/raik-aissaoui/" title="Raik-Aissaoui" rel="nofollow">Raik-Aissaoui</a> joined the group <a href="http://www.ict-itetris.eu/10-10-10-community/groups/itetris-custom-application-development/" rel="nofollow">iTetris Custom Application Development</a> </p>

											<p>Comments: 0</p>
					
										]]>
				</description>
							</item>
					<item>
				<guid>http://www.ict-itetris.eu/10-10-10-community/activity/p/312/</guid>
				<title><![CDATA[Raik-Aissaoui joined the group Setup Support]]></title>
				<link>http://www.ict-itetris.eu/10-10-10-community/activity/p/312/</link>
				<pubDate>Tue, 03 Jul 2012 07:59:04 +0000</pubDate>

				<description>
					<![CDATA[
					<p><a href="http://www.ict-itetris.eu/10-10-10-community/members/raik-aissaoui/" title="Raik-Aissaoui" rel="nofollow">Raik-Aissaoui</a> joined the group <a href="http://www.ict-itetris.eu/10-10-10-community/groups/setup-support/" rel="nofollow">Setup Support</a> </p>

											<p>Comments: 0</p>
					
										]]>
				</description>
							</item>
					<item>
				<guid>http://www.ict-itetris.eu/10-10-10-community/activity/p/223/</guid>
				<title><![CDATA[Raik-Aissaoui posted an update in the group Bug reports: I got this error while executing the its_demo STEP 4 - SETUP PHASE ^CiCS --&gt; [...]]]></title>
				<link>http://www.ict-itetris.eu/10-10-10-community/activity/p/223/</link>
				<pubDate>Tue, 04 Oct 2011 12:34:38 +0000</pubDate>

				<description>
					<![CDATA[
					<p><a href="http://www.ict-itetris.eu/10-10-10-community/members/raik-aissaoui/" title="Raik-Aissaoui" rel="nofollow">Raik-Aissaoui</a> posted an update in the group <a href="http://www.ict-itetris.eu/10-10-10-community/groups/bug-reports/" rel="nofollow">Bug reports</a>: I got this error while executing the its_demo </p>
<p>STEP 4 - SETUP PHASE<br />
^CiCS --&gt; #Error while receiving response from Application: tcpip::Socket::receive() @ recv: Connection reset by peer<br />
iCS --&gt; Error occurred when asking for new subscriptions (node 5000)<br />
iCS --&gt; [ERROR] RunApplicationLogic() in NewSubscriptions.<br />
iCS --&gt; ERROR running application logic in setup phase</p>
<p>iCS --&gt; #Error while receiving command: tcpip::Socket::receive() @ recv: Connection reset by peer<br />
iCS --&gt; [ERROR] CloseSumo() Closing SUMO<br />
iCS --&gt; Error occurred during iCS set-up<br />
Quitting (on error).<br />
I don't know the source of the problem (I am a beginner :)) )</p>

											<p>Comments: 0</p>
					
										]]>
				</description>
							</item>
					<item>
				<guid>http://www.ict-itetris.eu/10-10-10-community/activity/p/222/</guid>
				<title><![CDATA[Raik-Aissaoui joined the group Bug reports]]></title>
				<link>http://www.ict-itetris.eu/10-10-10-community/activity/p/222/</link>
				<pubDate>Tue, 04 Oct 2011 12:32:54 +0000</pubDate>

				<description>
					<![CDATA[
					<p><a href="http://www.ict-itetris.eu/10-10-10-community/members/raik-aissaoui/" title="Raik-Aissaoui" rel="nofollow">Raik-Aissaoui</a> joined the group <a href="http://www.ict-itetris.eu/10-10-10-community/groups/bug-reports/" rel="nofollow">Bug reports</a> </p>

											<p>Comments: 0</p>
					
										]]>
				</description>
							</item>
		
	</channel>
</rss>
