Arash, wireless and more
Tweet All the packages you need to install prior to using the NS-3 (3.6 and greater) can be found here: http://www.nsnam.org/wiki/index.php/Installation The last packages to install are necessary to run PyViz the animator.
Tweet You can scan through headers like this: PacketMetadata::ItemIterator metadataIterator = copy->BeginItem(); PacketMetadata::Item item; while (metadataIterator.HasNext()) { item = metadataIterator.Next(); NS_LOG_FUNCTION(“item name: ” << item.tid.GetName()); if(item.tid.GetName() == “ns3::Ipv4Header”) { NS_LOG_DEBUG(“Header Found”); m_isIpv4HeaderFound = true; break; } } In above code I tried to find Ipv4Header And it is possible to access it like: if (m_isIpv4HeaderFound) […]
Tweet For me it was not easy to have Bookmark bar and a toolbar visible and still not thinking about those spaces wasted under them, so I tried these Safari style for Firefox which helped me to save some space, you can have “Hide menu” plug-in to as well. Thanks for Installing the new Foxdie!.
Tweet If yo have a laptop and windows Vista/7 with Aero glass effect on. you may noticed that effects are cpu hunger and memory lover. Laptops are supposed to save battery time when unplugged so Aerofoil is what a user need to use as a set-and-forget power manager application to save those precious battery time. […]
Tweet Turn your photos of places and thing to some virtual reality thing. If you have live account (you @hotmail is accepted of course) try Photosynth, make your 3D VR of your photos and save them in your 20GB , for free, space in the site. Photosynth – from Microsoft. Imagine being able to share […]
Tweet Get return traffic when users share and tweet from the toolbar. Supports 80 social destinations and includes a Facebook fan page and Twitter updates buttons. FREE and takes only 2 minutes to add to any site – no coding needed. The toolbar does not affect page load time! It loads only after the page […]
In: Software
13 Oct 2009Tweet After few searches on "how to post blog using a client program in linux/ubuntu" this page helped a a lot. Scribefire is in fact a firefox add-on which is a rich-featured client for your blog, previous entries are available to edit. it supports categories and new category and tag as well. sharing the post […]
In addition to a daily blog I will try to add our works in wireless network and data communication projects for our courses here