Skip to content

Commit

Permalink
add sec-udp-proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
jnippula committed Sep 3, 2024
1 parent c64f7c6 commit 6e00830
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,6 @@
[submodule "src/lib/secure_udp"]
path = src/lib/secure_udp
url = [email protected]:tiiuae/px4-lib-secure-udp.git
[submodule "src/modules/secure_udp_proxy"]
path = src/modules/secure_udp_proxy
url = [email protected]:tiiuae/secure-udp-proxy.git
1 change: 1 addition & 0 deletions clone_public.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ do
[[ "${repo}" == *pf_crypto ]] || \
[[ "${repo}" == *px4_fw_update_client ]] || \
[[ "${repo}" == *secure_udp ]] || \
[[ "${repo}" == *secure_udp_proxy ]] || \
[[ "${repo}" == *process ]] && continue
git submodule update --init --recursive "${repo}"
done <<< "$(git submodule status | awk '{print $2}')"
1 change: 1 addition & 0 deletions src/modules/secure_udp_proxy
Submodule secure_udp_proxy added at d4e807

0 comments on commit 6e00830

Please sign in to comment.