Replacing old android application in Google Play [ Possible Errors ]

I had a previous application in google play at https://play.google.com/store/apps/details?id=com.wAgriConnect which need to be updated, I faced following … Read more

Audio, Video test files (samples) with different codec support

This post lists the different Audio and Video samples as found in internet with different codec’s required … Read more

ui

How to add Model to Django admin dashboard

By default when you login to admin dashboard, http://127.0.0.1:8000/admin/ you will only see “Authentication and Authorisation ” … Read more

Developing REST API using functions in DRF application views

This post is in continuation with our previous post “Developing first REST API using Django Rest Framework … Read more

Convert Byte Array to Hex using Java

The post briefs above how you can convert byte Array to Hex values and print those on … Read more

Creating admin login credentials for Django

This post describes how you can create a user who can login to the django admin site. … Read more

django

Writing first model for your Django App

This post is heavily based on “Writing your first Django App” article from django documentation. The only … Read more

Understanding pcap file format – part I – Global Header

The file must begin with a Section Header Block.  Below is typical configuration, with a single Section Header … Read more

Sending AVTransport commands to UPNP DMR using command line

If you are working on developing DMR (Digital Media Renderer) or DMC ( Digital Media Controller) for … Read more