NS3 SOCIAL SENSOR PROJECTS – What is Social Sensor Network? Benefit of NS3 Social Sensor Projects?
Goal of NS3 SOCIAL SENSOR PROJECTS is also to sense the context of a user in much better ways and thus provides more personalized and also detailed solutions.
Reasons for social sensor network projects using ns3:
- For Improving daily living and health also for the elderly.
- Effective multimedia search.
- For social sensing.
- To identifying social acquaintances also in localized areas.
- Enhancing social network.
Architecture of social sensor network:
Sample code for NS3 social sensor projects:
This is the sample code for checking throughput and send data to the sink node in ns3 social sensor network projects.
DsdvManet::CheckThroughput ()
{
double kbs = (bytesTotal * 8.0) / 1000;
bytesTotal = 0;
std::ofstream out (m_CSVfileName.c_str (), std::ios::app);
out << (Simulator::Now ()).GetSeconds () << “,” << kbs << “,” << packetsReceived << “,” << m_nSinks << std::endl;
out.close ();
packetsReceived = 0;
Simulator::Schedule (Seconds (1.0), &DsdvManetExample::CheckThroughput, this);
}
Ptr
SSN::SetupPacketReceive (Ipv4Address addr, Ptr node)
{
TypeId tid = TypeId::LookupByName (“ns3::UdpSocketFactory”);
Ptr sink = Socket::CreateSocket (node, tid);
InetSocketAddress local = InetSocketAddress (addr, port);
sink->Bind (local);
sink->SetRecvCallback (MakeCallback ( &DsdvManetExample::ReceivePacket, this));
return sink;
}
Current Work progress
NS3 Projects for MS Students
NS3 Projects for B.E,B.Tech students
NS3 Projects for M.E,M.Tech Students
NS3 Projects for PhD Scholars
We assist PhD Scholars in Publishing Papers in Reputed journals for NS3 Simulator Projects.