Research of Embedded Network Management Platform
Huang Peng,Jiang Zejun,Wang Lifang,Song Lingling
DOI: https://doi.org/10.16526/j.cnki.11-4762/tp.2010.06.031
2010-01-01
Abstract:Common network management platform has a powerful function,also needs to occupy more system resources and not to suit for embedded system software development.Adopted the software design ideas of Modularization,high cohesion,low coupling,layered software,using multi-threading,shared memory technology,network communications technology designed and implemented an efficient embedded network management platform.The embedded management platform is composed of embedded web server,tagged queue based on shared memory and the command module.The client through the browser,serial-port,LCD and other ways accesses the platform.The platform executes the relevant operations requested by the client-side and returns the result to the client.The platform can be configured,and has good scalability and reusability,facilitate the secondary development.