I'm looking into applying the REST architectural style to a binary network protocol and I am getting hung up on how to identify server resources in a manner that would be true to the style, probably because I'm used to looking at URIs.
For example, would an address-port pair qualify as a resource identifier; assuming one resource per pair? In this case the resource isn't really identified in the request explicitly.
Does anyone have any experience with making a non-web-based REST protocol?