{"id":37230997,"url":"https://github.com/rdkcentral/lan-manager-lite","last_synced_at":"2026-02-18T11:13:38.476Z","repository":{"id":305645614,"uuid":"1022020760","full_name":"rdkcentral/lan-manager-lite","owner":"rdkcentral","description":"RDK-B Repository","archived":false,"fork":false,"pushed_at":"2026-01-28T09:19:19.000Z","size":299,"stargazers_count":1,"open_issues_count":4,"forks_count":9,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2026-01-29T00:50:15.731Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rdkcentral.png","metadata":{"files":{"readme":"README","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-18T10:17:13.000Z","updated_at":"2026-01-28T09:19:24.000Z","dependencies_parsed_at":"2025-08-28T08:14:43.243Z","dependency_job_id":"8ad737d2-a562-4ade-9850-b87fa39b7290","html_url":"https://github.com/rdkcentral/lan-manager-lite","commit_stats":null,"previous_names":["rdkcentral/lan-manager-lite"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/rdkcentral/lan-manager-lite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdkcentral%2Flan-manager-lite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdkcentral%2Flan-manager-lite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdkcentral%2Flan-manager-lite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdkcentral%2Flan-manager-lite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rdkcentral","download_url":"https://codeload.github.com/rdkcentral/lan-manager-lite/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdkcentral%2Flan-manager-lite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29083795,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T03:31:03.593Z","status":"ssl_error","status_checked_at":"2026-02-04T03:29:50.742Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-15T03:41:13.351Z","updated_at":"2026-02-04T11:51:37.997Z","avatar_url":"https://github.com/rdkcentral.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"##########################################################################\n# If not stated otherwise in this file or this component's Licenses.txt\n# file the following copyright and licenses apply:\n#\n# Copyright 2015 RDK Management\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n##########################################################################\n1. Build\n\na\u003e Set up following environment variables before invoking cosa_build.\n    You can set up the environment variables using the following command:\n\t\t\tFor PC build,  #source cosa_setenv_pc.sh\n\t\t\tFor CNS build,  #source cosa_setenv_cns.sh\n\t\t\tFor TPG build,  #source cosa_setenv_tpg.sh\n\t\t\tFor E4200 build,  #source cosa_setenv_e4200.sh\n\t\t\t\n\tIf those are not set, default values will be taken.\n        COSA_TOOLCHAINS_DIR_TPG     -- default value is /opt/cisco/CCSP/mips-linux-toolchain-1.2.0/bin\n        COSA_TOOLCHAINS_DIR_CNS     -- default value is /opt/cnstools/arm-2009q1/bin\n        OEBASE\n\n\tFor hybrid_android envrionment setup, need more actions:\n    1) make sure you had the cisco-android-sdk-7425-g8 or cisco-android-sdk-7425-ref7425 code ;\n    2) make sure you had the stbgcc-4.5.3-0.6  toolchain;\n    3) check the following variable in cosa_seten_hybrid_android.sh for your envrionment :\n\t\tCISCO_ANDROID_SDK_PATH\n\t\tCOSA_HYBRID_ANDROID_CROSS_TOOLCHAIN_PATH\n\t\tTR135_INSTALL_PATH\n\t\tCROSS_COMPILE\n\t\tCROSS_GCC_4_5_3\n\t\tBUILD_WITH_STATIC_LIB   \n\t\tOEBASE\n    4) check out tr135 source code and enter COSA2.0 directory;\n    5) source ./cosa_setenv_hybrid_android.sh to setup envrionment\n    7) build command: ./cosa_build hybrid_android clean   ;   ./cosa_build hybrid_android resetup [build option]\n    8) build options (optional): \n    \tdbg: \t-D_DEBUG -g\t\t(e.g. ./cosa_build hybrid_android resetup dbg)\n    \tprod:   -DNDEBUG -O2 \t(e.g. ./cosa_build hybrid_android resetup prod)\n    \tIf not specify build options, the build flag is: -D_DEBUG -O2 (e.g. ./cosa_build hybrid_android resetup)\n\nb\u003e Invoke the build\n\n\tYou can use right option to build.\n\t\n    For PC build,  #./cosa_build pc   resetup clean\n    For CNS build, #./cosa_build cns  resetup clean\n    For TPG build, #./cosa_build tpg  resetup clean\n    For Hybrid build, #./cosa_build hybrid_android resetup clean\n    For e4200 build, #./cosa_build e4200 resetup clean\n\n2. Usage\n\tthe building output will be cosa/build/pc/bbhm/cosa, or cosa/build/cns/bbhm/cosa, or cosa/build/tpg/bbhm/cosa cosa/build/hybrid_android/bbhm/cc, or cosa/build/e4200/bbhm/cc according to the building params.\n\t\n\tNormally, can run the whole cosa system like this:\n\t1) Copy whole cc directory to right directory. \n\t2) Enter cc, run #./cosa_start.sh \u0026\n\t3) Normally, the cosa will be up. You can run the following command to test:\n\t  * Enter cc, run #export LD_LIBRARY_PATH=$PWD:.:$PWD/lib:/usr/lib:$LD_LIBRARY_PATH\n\t  * Run #./ccsp_bus_client_tool simu getv Device.     //\"Device.\" will be replaced by \"InternetGatewayDevice.\" in final release. Currently, we use Device.\n\t\n\t\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdkcentral%2Flan-manager-lite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frdkcentral%2Flan-manager-lite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdkcentral%2Flan-manager-lite/lists"}