Create a simple uart to RF bridge that passes a stream of bytes. All bytes sent to the unit should get sent over RF. Note that the data being past may be large packets and this layer will fragment them, it's best to treat the receive end as a stream of bytes and reassemble. If this works correctly then technically Faraday doesn't need SLIP support!