I was looking for a way to find out the ID of the node sending a transmission and it seems that the header described in http://news.jeelabs.org/docs/rf12.html contains the src/dst/ack
src and dst look like the souceNodeId and destinationNodeId, but I don't quite understand the "ack", what could it mean?
Furthermore I was looking for a way to find out that if you receive something that was sent using RF12.send(). Can you then somehow still access the header info, e.g. to find out the nodeId of the sender? (as to respond back)
I am aware of the return path in the ack-s during easysend, but that's not what I'm after. I will store the remote nodeId to respond to it some later..
Thanks
Charlie
