I'm using Mapbox SDK on my Android app and I want to display a layer coming from my geoserver.
I selected WMS format and works well.
Next step is to animate that layer to show a time-lapse, by providing a time property that ticks every X seconds and update the layer tiles. WMS supports time property to request a TileSet for a specific time, but I don't know how to set that time in MapBox and update the map TileSet. The example is the classic weather application.
If WMS is not the right choice I can choose another format, if is supported by geoserver.