SERVFORU

Update Your Samsung Galaxy ACE GT S5830i with Android 4.1.1 Jeally Bean

  When it comes to custom ROMs firmware, the Galaxy Ace users can choose from a long list of updates, though they should be aware that not all the OS improvements are working properly. Also, not all the ROMs can be installed on both versions of the device, the S5830i and the S5830, therefore you must check the compatibility first. Anyway, today, I will teach you how to update the S5830i variant of the Galaxy Ace to Jelly Bean 4.1.1......
 

Architecture of Wireless Sensor Networks

The concept of wireless sensor networks is based on a simple equation: Sensing + CPU + Radio = Thousands of potential applications As soon as people understand the capabilities of a wireless sensor network, hundreds of applications spring to mind. It seems like a straightforward combination of modern technology. WSN OSI layers Transport layer: The function of this layer is to provide reliability and congestion avoidance where......
 

Simulating Denial of Services Attack in Wireless Sensor Networks

Program ########################################################################### # security.tcl # auther : Ebin Ephrem # http://servforu.blogspot.com # mail2ebine@gmail.com #Simulation settings - security #IEEE 802.11 with Distributed co ordination function #nominal bit rate 2 Mb/s #radio range 100 meter #random way-point model #node speed  1 m/s - 15 m/s #CBR 20 nodes #source generate 512 bytes #transmission rate 4 packets /sec #area of simulation 1000m x 300 m #number of nodes is 50 #total simulation time 500 sec #AODV routing protocol used #=================================== #......
 

Tcl and OTcl Tutorial for NS2 - Program to find Factorial

 Fractorial Computation: tcl script to obtain the value of 10! = 10 * 9 * ... * 1. get factorial.tcl and run the script; write a function to compute 2^x, test your answer. Execute the script as: $ tclsh lab1a.tcl or$ ns lab1a.tcl ################################################################################ #filename : factorial.tcl# define function to compute Factorial X! proc Factorial {x} {     # define variable     set result 1         # for loop     for {set i 1} {$i <= $x} {incr i} { set result [expr $result......
 

Tcl and OTcl Tutorial For NS2 - Procedures

Procedures Procedures are an essential component of Tcl and can be used to make programming ns simpler. As in any functional programming language, procedures can be used for repetitive tasks, or simply to logically break down the tasks in the program.Procedures are defined in Tcl as follows: proc proc1 {} {    puts "in procedure proc1"} This defines a procedure that takes no parameters and prints out "in procedure proc1". To call this procedure proc1 can be used.A procedure with parameters can be defined as follows: proc proc2 {parameter1} {    puts "the value......
 

Tcl and OTcl Tutorial For NS2 -Loops and Conditional Statements

For loops For loops are very useful in ns and can be used in conjunction with arrays to easily create larger network topologies. To generate 100 nodes, the following code can be used: for {set i 0}{$i < 100}{incr i} {    set n($i) [$ns node]} While loops These are very similar to for loops. The syntax is set i 0while {$i < 10} {    set n($i) [new Node]    incr i} If statements If statements are very simple if {$i < 10} {    puts "i is less than 10"}if {$var2 == "Tcl Variable 2"} {    puts "var2 = Tcl Variable......
 

Tcl and OTcl Tutorial For NS2 - variables and arrays

Variables and arrays Defining a variable in Tcl is very simple: set var1 1set var2 "Tcl Variable 2" The variables can be referenced by prefixing the variable name with a $. For example to print the above variables, we can use puts "var1=$var1, var2=$var2" Any situation in which you require that the value of the variable be used is one in which the $ prefix should be added to the variable name. In some situations, it is necessary to use the variable name directly. For example incr var1 can be used to increment var1. I guess you can think of it as the difference between call-by-reference and......
 

NOKIA CHEAT CODES

1 Imagine ur cell battery is very low, u r expecting an important call and u don't have a charger. Nokia instrument comes with a reserve battery. To activate, key is "*3370#" Ur cell will restart with this reserve and ur instrument will show a 50% incerase in battery. This reserve will get charged when u charge ur cell next time. *3370# Activate Enhanced Full Rate Codec (EFR)-Your phone uses the best sound quality but talk time is reduced......
 

How to install GlomoSim in Linux Mint & Ubuntu & RedHat

In GloMoSim we are building a scalable simulation environment for wireless and wired network systems. It is being designed using the parallel discrete-event simulation capability provided by Parsec. GloMoSim currently supports protocols for a purely wireless network. In the future, we anticipate adding functionality to simulate a wired as well as a hybrid network with both wired and wireless capabilities. GLomoSIm User Manual is here : http://pcl.cs.ucla.edu/projects/glomosim/GloMoSimManual.html To install GloMoSim in Ubuntu or Linux Mint Follow the steps 1)......
 

Implementation of Leach Protocol NS2

This is  only the steps  to install and run the LEACH protocol on version 2.27 of ns2 .The LEACH implementation was written as a stand-alone application. Thus, in the past a version compiled for LEACH may or may not work for other protocols. In addition, the original version of LEACH was compiled for version 2.5b which is an outdated version of ns2.Setup Procedure 1. Obtain the ns-allinone-2.27.tar.gz package. This can be found at:http://www.internetworkflow.com/downloads/ns2leach/ns-allinone-2.27.tar.gz  2. Unpackage the archive  gunzip ns-allinone-2.27.tar.gz  tar......
 

Unbrick Your Samsung Galexy Ace GT S5830i

Last week i brought a brand new Samsung Galaxy ACE GT S5830i. Rooted it on the day brought it. and i started playing with the ROM . unfortunately the boot loader crashed .and the phone stuck on boot screen .I tried to enter recovery mode by pressing POWER + Volume up + Home buttons ,it also doestnt work . I become panic. and i googled it .Found that My phone is bricked . and i found a working method to unbrick it  How to Unbrick Ace......
 

How To Use Android As Webcam for PC

Imagine that you have very important work and want to use Skype or MSN video calling but haven’t any webcam  some days ago I have the same situation , after that I googled and found a very fantastic way to make video calls without buying a webcam . yes friends we can use our android phone as a webcam for pc There are two ways to use android as webcam - Wireless Using internet Using USB ( I ) Use your phone as a webcam via wireless This......
 

How to add A New Place in Facebook to check in ..

How do I create a new location? You can only create a new location if one doesn't already exist with a similar name. On a mobile device with location services enabled:It can be only done using a mobile device   Tap    Select    Nearby Tap Check In (top-right corner) Start typing the name of the location you'd like to add If there are no existing locations with similar names, tap Add......
 

How to install NS3 in Linux Mint & Ubuntu

ns-3 is a discrete-event network simulator for Internet systems, targeted primarily for research and educational use. ns-3 is free software, licensed under the GNU GPLv2 license, and is publicly available for research, development, and use.  Take a look to how to install NS3 in ubuntu or Linux Mint  To install NS in Linux   Requirements   ubuntu 10.10 or higher  an internet conenction if you have both......
 
 
Support : Ebin EPhrem | Ebin Ephrem | #Gabbarism
Copyright © 2011. Services | Embedded Support | Reviews | Virtual Technologys - All Rights Reserved
Template Created by ebinephrem.com Published by Ebin Ephrem
Proudly powered by Blogger