Skip to content

Instantly share code, notes, and snippets.

View casenjo's full-sized avatar

Cristian Asenjo casenjo

  • Montreal, Canada
View GitHub Profile
# This is a blocklist to block sony smart tv's sending meta data at home.
# Please help to collect domains!
# It could be that the TV does not receive any more updates or other services no longer work. Please report such an incident.
ad8641f3cff742de893d919add74c2bb.ssm1.internet.sony.tv
ad8641f3cff742de893d919add74c2bb.ssm2.internet.sony.tv
api.meta.ndmdhs.com
api-mf1.meta.ndmdhs.com
# needed for applications
#applicast.ga.sony.net
@casenjo
casenjo / sepsplit.c
Created August 18, 2017 00:05 — forked from xerub/sepsplit.c
/*
* SEP firmware split tool
*
* Copyright (c) 2017 xerub
*/
#include <fcntl.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
/**
* Sony TV Smartthings Integration, Currently testing on: KDL-55W829B
Working on KDL-55W829B,
*
*
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0