TINY TCP/IP PROTOCOL SUITE FOR EMBEDDED SYSTEMS WITH 32 BIT MICROCONTROLLER
Journal Title: Indian Journal of Computer Science and Engineering - Year 2015, Vol 6, Issue 5
Abstract
The scope of embedded devices is increasing day by day and the demand will be further more when networking technology is incorporated into these devices. Many embedded systems not only communicate with each other, but also with computers using a network. All systems connected to the Internet, wireless networks such as WLAN and GPRS, and many local area networks communicate using the standard TCP/IP protocol suite. An embedded system may have as little memory, the memory constraints make programming embedded systems a challenge. Memory requirement to run TCP/IP protocol suite is decreasing due to various reason like low power consumptions devices, longer duty sensors with Internet support. However, the TCP/IP protocol suite is often perceived to be “heavy-weight” in that an implementation of the protocols requires large amounts of resources in terms of memory and processing power. To implement the TCP/IP protocol suite in small in-built memory i.e. tiny TCP/IP protocol suite and test this implementation on 32 bit microcontroller board without OS (Operating System) and design simple application to test this tiny TCP/IP protocol suite to verify execution of stack and also try to do analysis code size.
Authors and Affiliations
Mr. Praful M. Godhankar , Mr. Maske Vishnu Dattatraya , Prof. Shahzia Sayyad
Word Sense Disambiguation using case based Approach with Minimal Features Set
In this paper we presented a case based approach for word sense disambiguation using minimal features set. To make the disambiguation, we took only two features for two different methods, post-bigram (immediate left word...
Parallel Implementation of Similarity Measures on GPU Architecture using CUDA
Image processing and pattern recognition algorithms take more time for execution on a single core processor. Graphics Processing Unit (GPU) is more popular now-a-days due to their speed, programmability, low cost and mor...
SOFTWARE ARCHITECTURE FOR FIJI NATIONAL UNIVERSITY CAMPUS INFORMATION SYSTEMS
Software Architecture defines the overview of the system which consists of various components and their relationships among the software. Architectural design is very important in the development of large scale software...
Collaborative Framework with User Personalization for Efficient web Search : A D3 Mining approach
User personalization becomes more important task for web search engines. We develop a unified model to provide user personalization for efficient web search. We collect implicit feedback from the users by tracking their...
A Sorting based Algorithm for the Construction of Balanced Search Tree Automatically for smaller elements and with minimum of one Rotation for Greater Elements from BST
Tree is a best data structure for data storage and retrieval of data whenever it could be accommodated in the memory. At the same time, this is true only when the tree is height-balanced and lesser depth from the root. I...