To view this discussion on the web visit https://groups.google.com/d/msgid/lsts-toolchain/7fb862f8-d484-46da-8361-fef3aaece440%40googlegroups.com.--
You received this message because you are subscribed to the Google Groups "LSTS Toolchain" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lsts-toolchai...@googlegroups.com.
Visit this group at http://groups.google.com/group/lsts-toolchain.
Hi Elias,I am the navigation guy so I may say something stupid. In that case, someone from our group will correct me :)Here are my suggestions:Transports/Announce is responsible to send the announce. You're correct this is only using UDPSocket. I guess only slight modifications are required (like using a TCPSocket object) so that information goes through TCP instead.Otherwise, maybe add a new Transports/SerialOverTCP type task, this time defining UDP Sockets?Other options would be to use SerialOverTCP and a few more nuggets to produce drivers for the 3DR radio and XBee.. ?Let me check with my colleagues their opinion and I'll get back to you asapRegardsJosé Braga2014-12-16 15:59 GMT+00:00 Elias Strandell Erstorp <moe...@gmail.com>:After creating some TCP sockets I realised that the Announce task is using only UDP. I'll have to look at my options...// Elias
On Tuesday, December 16, 2014 12:05:57 PM UTC+1, Elias Strandell Erstorp wrote:Or are they only Announcing at UDP?
On Tuesday, December 16, 2014 11:54:13 AM UTC+1, Elias Strandell Erstorp wrote:Hello again :)As our Skype-meeting was cancelled, I thought I will put my most "urgent" question here.I'll use either 3DR radios or XBee for telemetry. As these will be connected to BBBs serial ports, I'm wondering if the SerialOverTCP taskcan be used to create a TCP socket with one of the ports that DUNE is using for Announcement/Discovery.If a TCP socket is then created over the serial port on the PC, will Neptus and DUNE then find each other automatically?I'm thinking about using PySerial or some third-party Java library for creating the socket, but maybe there's an easier way?
--Best Regards,Elias StrandellTo view this discussion on the web visit https://groups.google.com/d/msgid/lsts-toolchain/7fb862f8-d484-46da-8361-fef3aaece440%40googlegroups.com.--
You received this message because you are subscribed to the Google Groups "LSTS Toolchain" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lsts-toolchai...@googlegroups.com.
Visit this group at http://groups.google.com/group/lsts-toolchain.
You received this message because you are subscribed to the Google Groups "LSTS Toolchain" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lsts-toolchai...@googlegroups.com.
Visit this group at http://groups.google.com/group/lsts-toolchain.
To view this discussion on the web visit https://groups.google.com/d/msgid/lsts-toolchain/CA%2BV3JCMpriPqzkLWz%3D-txFqPbQJavowZs5gvuqKZ3B48dfpOcA%40mail.gmail.com.
... use Transports/Serial (not SerialOverTCP) to serve as the message bus sink/source to/from the ZigBee network. I would then write a very simple task to be used in the base station that would listen for incoming data and create the required announcements for Neptus to process. This task would also be responsible for routing back packages from Neptus to the proper radio link.
Type: AirPort
Hardware: AirPort
BSD Device Name: en0
IPv4 Addresses: 169.254.101.76
IPv4:
AdditionalRoutes:
DestinationAddress: 169.254.101.76
SubnetMask: 255.255.255.255
DestinationAddress: 169.254.0.0
SubnetMask: 255.255.0.0
Addresses: 169.254.101.76
Configuration Method: DHCP
ConfirmedInterfaceName: en0
Interface Name: en0
Subnet Masks: 255.255.0.0
| => sudo ifconfig en0
Password:
en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
ether 3c:15:c2:d8:30:ca
inet6 fe80::3e15:c2ff:fed8:30ca%en0 prefixlen 64 scopeid 0x4
inet 169.254.101.76 netmask 0xffff0000 broadcast 169.254.255.255
nd6 options=1<PERFORMNUD>
media: autoselect
status: active
Good to know you've managed to make it work. I'm sorry about the delay but I don't think we've experienced any similar issue here.
Cheers,
Pedro Calado
It's working!
Not quite sure what the problem was.
--
You received this message because you are subscribed to the Google Groups "LSTS Toolchain" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lsts-toolchai...@googlegroups.com.
Visit this group at http://groups.google.com/group/lsts-toolchain.
To view this discussion on the web visit https://groups.google.com/d/msgid/lsts-toolchain/12068f02-0b4a-4e6e-b39e-51b9e1496196%40googlegroups.com.