Hi pubesh, I understand slightly better on the sending n receiving now. But I don't really get what is being sent over.. I see that 'msg' which is sent over is a struct, and the struct contains all IDs and such, then what exactly am I sending over? What if I have core0 doing some function and I want core0 to send the output to core1? Like maybe a text or something?
Because right now all I see if IDs and msg size etc being sent over, what about actual useful data?