Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change sim_mqtt_publish #19

Open
mohamedboubaker opened this issue Dec 29, 2022 · 0 comments
Open

change sim_mqtt_publish #19

mohamedboubaker opened this issue Dec 29, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request Firmware

Comments

@mohamedboubaker
Copy link
Owner

mohamedboubaker commented Dec 29, 2022

sim_mqtt_publish should include
The Client ID as an input with fixed length = 4 Bytes
The topic name with an maximum length of 64 Bytes
The message length which is variable with a maximum of 256

uint8_t sim_mqtt_publish(char * server_address, char * port, char * client_id, char * topic, uint8_t topic_length, char * message, uint8_t msg_length);

@mohamedboubaker mohamedboubaker self-assigned this Dec 29, 2022
@mohamedboubaker mohamedboubaker added enhancement New feature or request Firmware labels Dec 29, 2022
mohamedboubaker pushed a commit that referenced this issue Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Firmware
Projects
None yet
Development

No branches or pull requests

1 participant