Skip to content

Conversation

@nxd010
Copy link

@nxd010 nxd010 commented Oct 25, 2025

Description

replaced the unreliable UDP-based broadcast file transfer system with a reliable TCP-based implementation.
updated Readme and used getters for better code reusability.

Related Issue

Fixes #3 (issue)

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Motivation and Context

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Screenshots (if appropriate):

Checklist:

  • I have registered myself at Contrihub website.
  • My code follows the code style of this project.
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • Any dependent changes have been merged and published in downstream modules
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Test Configuration:

  • Firmware version:
  • Hardware:
  • Toolchain:
  • SDK:

@nxd010
Copy link
Author

nxd010 commented Oct 25, 2025

hello sir
sorry for the late PR
this is my new pr using UDP + TCP

now the code fires a beacon using UDP and when peers connect it will transfer file using TCP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix the BroadCast File Transfer

1 participant