- Jul 15, 2024
-
-
jkerdreu authored
git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3186 b32b6428-25c9-4566-ad07-03861ab6144f
-
jkerdreu authored
git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3185 b32b6428-25c9-4566-ad07-03861ab6144f
-
jkerdreu authored
git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3184 b32b6428-25c9-4566-ad07-03861ab6144f
-
jkerdreu authored
git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3183 b32b6428-25c9-4566-ad07-03861ab6144f
-
jkerdreu authored
- Expose is the default run git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3182 b32b6428-25c9-4566-ad07-03861ab6144f
-
jkerdreu authored
git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3181 b32b6428-25c9-4566-ad07-03861ab6144f
-
jkerdreu authored
git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3180 b32b6428-25c9-4566-ad07-03861ab6144f
-
- Jul 12, 2024
-
-
jkerdreu authored
git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3179 b32b6428-25c9-4566-ad07-03861ab6144f
-
jkerdreu authored
git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3178 b32b6428-25c9-4566-ad07-03861ab6144f
-
jkerdreu authored
git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3177 b32b6428-25c9-4566-ad07-03861ab6144f
-
- Jul 11, 2024
-
-
jkerdreu authored
git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3176 b32b6428-25c9-4566-ad07-03861ab6144f
-
jkerdreu authored
git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3175 b32b6428-25c9-4566-ad07-03861ab6144f
-
- Jun 14, 2024
-
-
jkerdreu authored
git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3174 b32b6428-25c9-4566-ad07-03861ab6144f
-
- Jun 12, 2024
-
-
jkerdreu authored
git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3173 b32b6428-25c9-4566-ad07-03861ab6144f
-
- Apr 09, 2024
-
-
jkerdreu authored
git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3161 b32b6428-25c9-4566-ad07-03861ab6144f
-
- Apr 02, 2024
-
-
jkerdreu authored
git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3155 b32b6428-25c9-4566-ad07-03861ab6144f
-
- Apr 01, 2024
-
-
jkerdreu authored
git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3154 b32b6428-25c9-4566-ad07-03861ab6144f
-
jkerdreu authored
git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3153 b32b6428-25c9-4566-ad07-03861ab6144f
-
- Mar 24, 2024
-
-
jkerdreu authored
- Add a new user - Switch to install.sh script git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3151 b32b6428-25c9-4566-ad07-03861ab6144f
-
jkerdreu authored
git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3150 b32b6428-25c9-4566-ad07-03861ab6144f
-
- Mar 08, 2024
-
-
jkerdreu authored
git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3146 b32b6428-25c9-4566-ad07-03861ab6144f
-
jkerdreu authored
but the IGMP packet wasn't sent yet. So we are receiving answers before we managed to effectly join the multicast group. Here an example (tshark) with is a is_alive query: 1 0.000000000 10.77.3.105 → 224.0.29.200 UDP 120 1236 → 1236 Len=78 <-- notify is_alive 2 0.000033024 10.77.3.105 → 224.0.29.200 UDP 150 1236 → 1236 Len=108 <-- request is_alive 3 0.007238730 10.77.3.105 → 224.0.29.200 IGMPv2 46 MRG 224.0.29.200 <-- Multicast join The average delay is around 8ms on a container based install (with 802.1q, and bridges) The only solution right now is to wait (50ms) in AsycnNetworkConnector.connect(). After the patch, you should experience something like this: 1 0.000000000 10.77.3.105 → 224.0.29.200 IGMPv2 46 MRG 224.0.29.200 2 0.043197464 10.77.3.105 → 224.0.29.200 UDP 120 1236 → 1236 Len=78 3 0.043218241 10.77.3.105 → 224.0.29.200 UDP 150 1236 → 1236 Len=108 4 0.046509230 10.77.3.64 → 224.0.29.200 UDP 122 1236 → 1236 Len=80 5 0.047613517 10.77.3.64 → 224.0.29.200 UDP 122 1236 → 1236 Len=80 6 0.049329272 10.77.3.64 → 224.0.29.200 UDP 123 1236 → 1236 Len=81 Yes, first device answers within 3.3ms.. so < 8ms. This bug only occurs on host with no other xAAL apps running on the same address/port and only at startup. git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3145 b32b6428-25c9-4566-ad07-03861ab6144f
-
jkerdreu authored
git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3144 b32b6428-25c9-4566-ad07-03861ab6144f
-
- Feb 16, 2024
-
-
jkerdreu authored
git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3142 b32b6428-25c9-4566-ad07-03861ab6144f
-
- Jan 23, 2024
-
-
jkerdreu authored
git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3136 b32b6428-25c9-4566-ad07-03861ab6144f
-
jkerdreu authored
git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3135 b32b6428-25c9-4566-ad07-03861ab6144f
-
jkerdreu authored
git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3134 b32b6428-25c9-4566-ad07-03861ab6144f
-
- Dec 07, 2023
-
-
jkerdreu authored
git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3075 b32b6428-25c9-4566-ad07-03861ab6144f
-
- Dec 03, 2023
-
-
jkerdreu authored
git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3074 b32b6428-25c9-4566-ad07-03861ab6144f
-
- Nov 14, 2023
-
-
jkerdreu authored
git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3073 b32b6428-25c9-4566-ad07-03861ab6144f
-
- Nov 06, 2023
-
-
jkerdreu authored
git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3072 b32b6428-25c9-4566-ad07-03861ab6144f
-
- Oct 23, 2023
-
-
jkerdreu authored
git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3071 b32b6428-25c9-4566-ad07-03861ab6144f
-
jkerdreu authored
git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3070 b32b6428-25c9-4566-ad07-03861ab6144f
-
- Aug 05, 2023
-
-
jkerdreu authored
git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3069 b32b6428-25c9-4566-ad07-03861ab6144f
-
- May 04, 2023
-
-
jkerdreu authored
git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3068 b32b6428-25c9-4566-ad07-03861ab6144f
-
jkerdreu authored
git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3067 b32b6428-25c9-4566-ad07-03861ab6144f
-
- May 02, 2023
-
-
jkerdreu authored
so, use this right bind_addr.. which was planned but never used. git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3066 b32b6428-25c9-4566-ad07-03861ab6144f
-
- Mar 02, 2023
-
-
jkerdreu authored
git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3063 b32b6428-25c9-4566-ad07-03861ab6144f
-
- Feb 25, 2023
-
-
jkerdreu authored
git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3062 b32b6428-25c9-4566-ad07-03861ab6144f
-
- Jan 20, 2023
-
-
jkerdreu authored
git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3061 b32b6428-25c9-4566-ad07-03861ab6144f
-