Thanks to visit codestin.com
Credit goes to github.com

Skip to content

bcm-user-daemon is a tool for testing and debugging Broadcom's SDK, working with the bcm.user executable. It helps developers verify functionality, diagnose errors, and integrate SDK components. The daemon provides process control, logging, and monitoring of Broadcom hardware/software interactions, speeding up development and debugging.

License

Notifications You must be signed in to change notification settings

Liuboshenko/bcm-user-daemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bcm-user-daemon

bcm-user-daemon is a utility daemon designed for testing and debugging Broadcom's SDK, specifically interacting with the bcm.user executable. It provides developers with tools to streamline functionality verification, error diagnostics, and SDK integration.

Features

  • Process Management: Flexible control over processes for testing and debugging.
  • Logging: Detailed operation logs for easier diagnostics.
  • Monitoring: Tracks interactions with Broadcom hardware and software resources.
  • Integration: Simplifies SDK component integration for faster development.

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/bcm-user-daemon.git
  2. Navigate to the project directory:
    cd bcm-user-daemon
    chmod 755 bcm-user-daemon/DEBIAN/preinst
    chmod 755 bcm-user-daemon/DEBIAN/postinst
    chmod 755 bcm-user-daemon/DEBIAN/prerm
    chmod 755 bcm-user-daemon/DEBIAN/postrm   
    cd ..
  3. Build the project (if applicable):
    dpkg-deb --build bcm-user-daemon

Usage

Start the daemon:

dpkg -i bcm-user-daemon

Delete the daemon:

dpkg --remove bcm-user-daemon

Check the logs:

sudo systemctl status bcm.user.service

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix.
  3. Submit a pull request with a detailed description of your changes.

License

This project is licensed under the MIT License.

Support

For issues or questions, please open an issue on GitHub.

About

bcm-user-daemon is a tool for testing and debugging Broadcom's SDK, working with the bcm.user executable. It helps developers verify functionality, diagnose errors, and integrate SDK components. The daemon provides process control, logging, and monitoring of Broadcom hardware/software interactions, speeding up development and debugging.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published